Skip to content

Instantly share code, notes, and snippets.

@klhall1987
Last active February 8, 2016 14:25
Show Gist options
  • Save klhall1987/da7f3606029be6d03c96 to your computer and use it in GitHub Desktop.
Save klhall1987/da7f3606029be6d03c96 to your computer and use it in GitHub Desktop.
noConflit jQuery Function
//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