2013-02-26 72 views
2

我使用jQuery做以下的Chrome和FFjQuery的窗口模糊和重点IE

$(window).bind("blur", function() { 
    hasfocus = false; 
    }); 

    $(window).bind("focus", function() { 
    hasfocus = true; 
    }); 

作品,但不能在IE浏览器。当我点击IE窗口中的任何html元素时,都会调用窗口模糊。

有没有人有同样的问题?

+0

这现在可以在IE11中工作。至今为止(IE v11.0.9600.18524) – 2016-12-11 04:04:09

回答