Coda Slider 在 IE 7 JavaScript 错误中不起作用

Coda Slider not working in IE 7 javascript error

本文关键字:错误 不起作用 JavaScript Slider IE Coda      更新时间:2023-09-26

嗨,我有 coda 滑块在 ChromeFFIE 9 中工作正常,但在IE 6-8它不起作用时,javascript 调试器说那行代码:

$container.css('width', $panels[0].offsetWidth * $panels.length);

它说:

Unable to get value of the property 'offsetWidth': object is null or undefined

对此的任何帮助都将是非常感谢

尝试 outerWidth() (jQuery 方法) 而不是 offsetWidth。