Last active
February 8, 2016 14:25
-
-
Save klhall1987/da7f3606029be6d03c96 to your computer and use it in GitHub Desktop.
noConflit jQuery Function
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
//Set $ as a wrapper for jQuery | |
jQuery(document).ready(function($){ | |
//Everything inside this function can use the $ wrapper to call jQuery. | |
$(#somefunction) | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment