I’m having a little trouble wrapping my head around the $ sign being an alias for the jQuery function, particularly in a plugin. Can you explain how jQuery achieves this ali
Exact code (from jquery-1.4.1-vsdoc.js):
// Expose jQuery to the global object window.jQuery = window.$ = jQuery;