Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save michaeldeol/424926 to your computer and use it in GitHub Desktop.
Save michaeldeol/424926 to your computer and use it in GitHub Desktop.
Shorter version of the jQuery bundle of Document Ready (Safe) for TextMate (Snippet).
(function(\$) {
${0:// Stuff to do as soon as the DOM is ready. Use \$() w/o colliding with other libs;}
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment