Advertisement
Guest User

Untitled

a guest
Sep 7th, 2015
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. #How do I get the velocity function to trigger on li elements after added to #folders_ul
  2. #I want them to slowly fade in
  3. #Velocity allows them to stagger in
  4.  
  5. $.post( "/get_folders", {folder: folder},function(data){
  6. $("#folders_ul").html(data);
  7. // $("li").velocity("transition.fadeIn",{stagger:25});
  8. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement