Skip to content

Instantly share code, notes, and snippets.

@hemraj7171
Created January 9, 2017 07:15
Show Gist options
  • Save hemraj7171/556b28b983836380e2bd276ec237ba38 to your computer and use it in GitHub Desktop.
Save hemraj7171/556b28b983836380e2bd276ec237ba38 to your computer and use it in GitHub Desktop.
After page fully loaded jQuery
jQuery( function( $ ) {
$(window).bind("load", function() {
//after complete page load
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment