如何在Mobile中调整[sliderTabs]滑块的大小

时间:2014-11-15 09:16:08

标签: jquery

使用下面不起作用的代码

var supportsOrientationChange = "onorientationchange" in window,
    orientationEvent = supportsOrientationChange ? "orientationchange" : "resize";

window.addEventListener(orientationEvent, function() {    
    var height= window.innerHeight; 
    $contentDivsContainer.height(height);   
}, false);

0 个答案:

没有答案