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