Guest User

Untitled

a guest
Apr 23rd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. function initPage() {
  2. var myLinks = jQuery("a[href*='jpg']");
  3. if (myLinks) alert(myLinks.length);
  4. /* myLinks.each(function () {
  5. if (this.rel) {
  6. this.rel += " shadowbox";
  7. } else {
  8. this.rel += "shadowbox";
  9. }
  10. });*/
  11. }
Add Comment
Please, Sign In to add comment