Return to Snippet

Revision: 13091
at April 8, 2009 09:05 by HubertGaulin


Initial Code
(function($) {
    // Within this block, $ is a reference to jQuery
    // Neat, huh?
})(jQuery);

Initial URL
http://simonwillison.net/2007/Aug/15/jquery/

Initial Description
A usefull way to use the $ fonction with other frameworks that use it also.

Initial Title
Non-colliding $ function for jQuery

Initial Tags


Initial Language
jQuery