Smuggler·قبل 16 سنة·discussThis is my preferred pattern:jQuery(function($){});It would avoid noConflict type problems.
jQuery(function($){
});
It would avoid noConflict type problems.