Skip to content

Instantly share code, notes, and snippets.

@vls
Created March 2, 2011 04:56
Show Gist options
  • Save vls/850505 to your computer and use it in GitHub Desktop.
Save vls/850505 to your computer and use it in GitHub Desktop.
simulate DOM building
javascript: (function n(e){e.eq(0).fadeIn(99,function(){n(e.slice(1))})})($(":visible").hide())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment