Skip to content

Instantly share code, notes, and snippets.

@betawax
Last active November 21, 2018 06:45
Show Gist options
  • Save betawax/794687 to your computer and use it in GitHub Desktop.
Save betawax/794687 to your computer and use it in GitHub Desktop.
jQuery document ready shortcut
$(function() {})
@betawax
Copy link
Author

betawax commented Feb 16, 2012

Executes when the DOM is fully loaded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment