[code style]javascript style
var globalVariable=null;
var globalObject={
init:function(){
$.extend({method:function(e){e}}); //jquery static method extend
$.fn.extend(); //jquery instance method extend
String.prototype.reverse=function(e){this} //js method extend
this.method; //initailize object method
$(function(){
globalObject.method; //initailize page download object method
});
},
tip:function(){
},
}
void globalObject.init(); //if ref in head

浙公网安备 33010602011771号