Skip to content

Instantly share code, notes, and snippets.

@iruslani
Created October 5, 2012 19:24
Show Gist options
  • Save iruslani/3841824 to your computer and use it in GitHub Desktop.
Save iruslani/3841824 to your computer and use it in GitHub Desktop.
jquery document ready function script
<script>
$(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