Created
January 21, 2019 18:30
-
-
Save Pross/2b06f69010791ace553e780a8e241344 to your computer and use it in GitHub Desktop.
How to paste random jQuery from the internet.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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