Smuggler·16 anni fa·discussThis is my preferred pattern:jQuery(function($){});It would avoid noConflict type problems.
jQuery(function($){
});
It would avoid noConflict type problems.