Skip to content

Instantly share code, notes, and snippets.

@verteb
Created March 17, 2012 17:02
Show Gist options
  • Select an option

  • Save verteb/2062560 to your computer and use it in GitHub Desktop.

Select an option

Save verteb/2062560 to your computer and use it in GitHub Desktop.
jQuery: Base Function
jQuery.noConflict();
(function($) {
$(document).ready(function() {
});
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment