Skip to content

Instantly share code, notes, and snippets.

@smonteverdi
Created March 7, 2012 15:50
Show Gist options
  • Save smonteverdi/1993909 to your computer and use it in GitHub Desktop.
Save smonteverdi/1993909 to your computer and use it in GitHub Desktop.
jQuery: setTimeOut
setTimeout( function() {
jQuery('#loading_mask').hide();
}, 1000 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment