Guest User

Untitled

a guest
Jun 21st, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. $('#latest_activities_listing .list_of_lists > li:last-child').fadeOut('slow').animate({'opacity' : 0.0 }, 2000).remove();
  2. $(data).prependTo('#latest_activities_listing .list_of_lists');
  3. $('#latest_activities_listing .list_of_lists > li:first-child').fadeIn('slow');
Add Comment
Please, Sign In to add comment