Smuggler·16 年前·議論This is my preferred pattern:jQuery(function($){});It would avoid noConflict type problems.
jQuery(function($){
});
It would avoid noConflict type problems.