Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用JTable我的一个MVC项目并在编辑功能方面遇到问题。每当我单击“编辑”窗口上的“保存”按钮时,我都会收到Js错误消息——Microsoft JScript 运行时错误:对象不支持属性或方法slice并且模式窗口未关闭。谁能帮我摆脱这个问题。
JTable
MVC
Js
slice
顺便说一句,这个问题在 IE8 中出现,它在 IE9 中表现得非常出色。
jQuery 版本 - 1.7.2
jQuery UI 版本 - 1.8.20
jTable 版本 - 2.1(最新版本)
我得到了答案,请参考jTable 的 Issue #166: Microsoft JScript runtime error: Object doesn't support property or method 'slice' + IE8。