Skip to content

Instantly share code, notes, and snippets.

@onexdrk
Created October 11, 2012 10:38
Show Gist options
  • Save onexdrk/3871546 to your computer and use it in GitHub Desktop.
Save onexdrk/3871546 to your computer and use it in GitHub Desktop.
JQuery: boilerplate method wrapper + document ready
(function ($){
$(function(){
//some code here
});
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment