(function(d, s, id){
op1;
op2;
...
}(document, 'script', 'jssdk'));
function fx(d, s, id) { ... }
fx(document, 'script', 'jssdk');
(function($) {
/* code */
} (jQuery))
(function($) {
/* code */
} )(jQuery)
!function($) {
/* code */
}(jQuery)