mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-27 11:44:37 +00:00
3 lines
228 B
JavaScript
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($){ ... });
|