Skip to content

Instantly share code, notes, and snippets.

@Pross
Created January 21, 2019 18:30
Show Gist options
  • Save Pross/2b06f69010791ace553e780a8e241344 to your computer and use it in GitHub Desktop.
Save Pross/2b06f69010791ace553e780a8e241344 to your computer and use it in GitHub Desktop.
How to paste random jQuery from the internet.
(function($){
$(document).ready(function(){
// This runs on ready function
// Add Copy+Pasta here
});
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment