/ Published in: jQuery
A usefull way to use the $ fonction with other frameworks that use it also.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
(function($) { // Within this block, $ is a reference to jQuery // Neat, huh? })(jQuery);
URL: http://simonwillison.net/2007/Aug/15/jquery/