Jquery UI Datepicker IE IndexOf 错误
我在 jsFiddle 上有这段代码。 http://jsfiddle.net/crashdesk/GbUZ9/
IE7 中似乎存在问题抛出错误:
对象不支持属性或方法“indexOf”
对于我的一生,我似乎无法修复它。
哪位 javascript 专家可以帮我解决这个问题吗?
非常感谢, C
I have this code on jsFiddle. http://jsfiddle.net/crashdesk/GbUZ9/
There appears to be a problem in IE7 where it throws an error:
Object doesn't support property or method 'indexOf'
For the life of me I can't seem to fix it.
Can some javascript guru out there help me with this one.
Many thanks,
C
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
以某种黑客方式对其进行了排序。我必须为 IE7 创建一个字符串以及为所有其他浏览器创建一个数组。
使用这里的信息... http://minimalbugs.com/questions/share-solve-javascript-error-on-ie-lated-to-indexof-function
希望这对其他人有帮助。唷!
Got it sorted in a somewhat hack way. I had to create a string for IE7 aswell as the array for all other browsers.
Used information from here...http://minimalbugs.com/questions/share-solve-javascript-error-on-ie-related-to-indexof-function
Hopefully this will be of some help to someone else. Phew!
这里:http://soledadpenades.com/2007/05/17/ arrayindexof-in-internet-explorer/
Here: http://soledadpenades.com/2007/05/17/arrayindexof-in-internet-explorer/