Skip to content

Instantly share code, notes, and snippets.

@jigante
Last active December 16, 2015 05:09
Show Gist options
  • Save jigante/5382330 to your computer and use it in GitHub Desktop.
Save jigante/5382330 to your computer and use it in GitHub Desktop.
Snippet: JAVASCRIPT - jQuery listening for document ready
$(document).ready(function() {
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment