Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. if (newI[0] != $('.big img:last')[0]) {
  2. $('.big img:last').fadeOut(1000,function(){
  3. $(this).remove();
  4. });
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement