Jquery 在 IE7/8/9 上失败,与其他浏览器兼容
此查询在 IE7 上失败,并出现错误“预期对象”。在IE8/9中没有错误但不起作用。在所有其他现代浏览器中它工作正常。
if (jQuery("#tabs li:eq("+jQuery("#tabs").tabs("option", "selected")+") a").attr("title")=="googlemap") {loadMap();}
});
This query is failing on IE7 with error Object Expected. In IE8/9 no error but does not work. In all other modern browsers it work fine.
if (jQuery("#tabs li:eq("+jQuery("#tabs").tabs("option", "selected")+") a").attr("title")=="googlemap") {loadMap();}
});
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我猜你正在使用 jquery ui 选项卡,所以你可能会尝试:
I'm guessing you are using jquery ui tabs so on that guess you might try :