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.
我正在使用最新的 jQuery UI - v1.10.2;手风琴功能在 IE 7、8 版本中无法正常工作,而是在所有其他浏览器甚至 IE 9 中都能正常工作。 使用我的 div id 调用手风琴"accordion1"如下:
"accordion1"
$( "#accordion1" ).accordion();
这给了我 IE 7,8 中的错误(SCRIPT87: Invalid argument)。 谁能帮我解决这个问题..
(SCRIPT87: Invalid argument)
Hmm....finally i got the answer..! I've upgraded the jquery file to 1.8.3 version..that made to work perfectly in the IE 7 & 8 also