Skip to content

Instantly share code, notes, and snippets.

@gpassarelli
Created January 20, 2015 19:28
Show Gist options
  • Save gpassarelli/1d3a032f3075f3325488 to your computer and use it in GitHub Desktop.
Save gpassarelli/1d3a032f3075f3325488 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