@@ -25,6 +25,9 @@
// 覆盖参数
$.extend(true, self.options, options||{});
self._initDomEvent();
+ $(window).on("resize",function(){
+ self._initDomEvent();
+ })
return self;
},
@@ -72,6 +75,7 @@
"width": "100%",
"height": "5px",
"bottom": "0px",
+ "zIndex": "100"
})
this.$slider.css({
"height":"5px"