底层jquery构思

2011-07-28 16:03:47 by 【6yang】, 96 visits, 收藏 | 返回

(function($){
    var comments = {
        init: function() {
            var that = this;
            alert(1);
        }
    };
    this.JQ = this.JQ || {};
    this.JQ.comments = comments;
   
    $(function() {
        //PWE.comments.init();
    });
})(jQuery);

$(function(){
    JQ.comments.init();
});

分享到:
share

    图片原图

    loading

    loading