scrapy/sites/static.scrapy.org/js/noconflict.js

3 lines
228 B
JavaScript

jQuery.noConflict(); // jQuery is now removed from the $ namespace
// to use the $ shorthand, use (function($){ ... })(jQuery);
// and for the onload handler: jQuery(function($){ ... });