Guest User

Untitled

a guest
Oct 15th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $(".catcolWrap .catcol_img").fadeOut(5, function() {
  2. var newsrc = $(this).data(sortby);
  3. $(this).find('img').attr('src', newsrc).fadeIn(1000);
  4. });
Add Comment
Please, Sign In to add comment