码迷,mamicode.com
首页 > 编程语言 > 详细

[code style]javascript style

时间:2014-05-22 05:58:00      阅读:271      评论:0      收藏:0      [点我收藏+]

标签:style   blog   class   c   code   java   

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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

 

[code style]javascript style,布布扣,bubuko.com

[code style]javascript style

标签:style   blog   class   c   code   java   

原文地址:http://www.cnblogs.com/ipup/p/3738210.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!