Skip to content

Instantly share code, notes, and snippets.

@dn3hgh
Forked from vrushank-snippets/Document Ready
Created May 24, 2012 08:57
Show Gist options
  • Save dn3hgh/2780308 to your computer and use it in GitHub Desktop.
Save dn3hgh/2780308 to your computer and use it in GitHub Desktop.
jQuery : document ready
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
// Handler for .ready() called.
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment