Skip to content

Instantly share code, notes, and snippets.

@toshimaru
Created September 19, 2012 05:26
Show Gist options
  • Save toshimaru/3747845 to your computer and use it in GitHub Desktop.
Save toshimaru/3747845 to your computer and use it in GitHub Desktop.
jQuery order fadeIn function
function orderFade() {
$("div:hidden:first").fadeIn('fast', function () {
orderFade()
});
}
orderFade();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment