Skip to content

Instantly share code, notes, and snippets.

@lschatzkin
Created June 13, 2013 20:33
Show Gist options
  • Save lschatzkin/5777098 to your computer and use it in GitHub Desktop.
Save lschatzkin/5777098 to your computer and use it in GitHub Desktop.
jquery no conflict call
jQuery(document).ready(function($) {
$yourFunction(){}
}
@lschatzkin
Copy link
Author

also:
var $ = jQuery.noConflict();
$('div.mobile-menu').hide();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment