$.fn.extend
$.fn.extend({
    rating:function (num) {
        return this.each(function () {debugger
            init(this, num);
        });
    }
});
each?why?
$.fn.extend({
    rating:function (num) {
        return this.each(function () {debugger
            init(this, num);
        });
    }
});
each?why?
 
                            2017-09-28
举报