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