Skip to content

Instantly share code, notes, and snippets.

@descubraomundo
Created July 2, 2013 18:52
Show Gist options
  • Save descubraomundo/5912009 to your computer and use it in GitHub Desktop.
Save descubraomundo/5912009 to your computer and use it in GitHub Desktop.
Safe jQuery init
(function($) {
// Execute when page is loaded
$(function() {
});
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment