为什么加入Carousel.init之后, 不能弹出窗口?
Carousel.init = function(posters){
var _this_ = this; // this 值得是 Carousel;
posters.each(function(){
new _this_($(this)); // this 指的是 poster
});
};
运行也米有错误。。。 求解答。
Carousel.init = function(posters){
var _this_ = this; // this 值得是 Carousel;
posters.each(function(){
new _this_($(this)); // this 指的是 poster
});
};
运行也米有错误。。。 求解答。
2015-09-02
举报