我有一个类似的jquery代码:
alert(!$('#txtSearchTextBox').is(":focus"));
现在,safari显示消息为true,其他浏览器在文本框中写入时显示消息为false。
感谢任何帮助
答案 0 :(得分:0)
使用this jsFiddle我将其测试为在Internet Explorer 9中工作。
查看jQuery错误,我发现有一个jQuery or Chrome bug which causes it to fail on that platform。在我的Chrome版本中进行测试也会失败。
我没有使用FireFox进行测试,因为jQuery错误表明它在那里工作。你已经说它适用于Safari。我猜你的“其他浏览器”是Chrome。