gpt4 book ai didi

javascript - Jquery 在 ie6 ie7 ie8 中为 slider 返回无效的属性值

转载 作者:行者123 更新时间:2023-11-29 20:16:31 25 4
gpt4 key购买 nike

我正在研究一个 jquery slider ,它似乎在除 ie6 ie7 ie8 之外的所有浏览器中都能正常工作。我得到这些浏览器的无效属性值。奇怪的是,如果您在 ie 中快速单击底部方 block , slider 将起作用。我在 wordpress 中工作时重新映射了 $docready。

我正在本地处理它,所以我创建了一个 fiddle ,如果有人有任何解决方案或想法,我们将不胜感激。

view demo

干杯尼克

最佳答案

jQuery 不通过animate 支持彩色动画。删除以下语句修复了 IE 的问题:

//headers.not(headers[num]).animate({color:hColor});

// theHeader.animate({color:'#000'});

示例:http://jsfiddle.net/kP4F2/7/

如果您想为颜色设置动画,您可以包括 jQuery UI,它也可以启用颜色动画。

The jQuery UI project extends the .animate() method by allowing some non-numeric styles such as colors to be animated. The project also includes mechanisms for specifying animations through CSS classes rather than individual attributes.

http://jsfiddle.net/niklasvh/kP4F2/11/

有关您可以使用 animate 做什么的更多信息,请查看文档 here .未包含的内容很可能可以使用 jQuery UI 完成。

关于javascript - Jquery 在 ie6 ie7 ie8 中为 slider 返回无效的属性值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6436096/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com