Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
0 points
falcolas
14y ago
0 comments
Share
Ditto. If you pull in multiple plugins or additional frameworks (for some reason, we mix YUI with jquery), the $() notation can become broken, and you have to explicitly call jQuery().
undefined | Better HN
0 comments
default
newest
oldest
udp
14y ago
Unless you put all your code in a big closure to make a correct $ in function scope:
(function ($) { }) (jQuery);
j
/
k
navigate · click thread line to collapse