IE6下focus与blur错乱的解决方案_javascript技巧
来源:懂视网
责编:小采
时间:2020-11-27 21:00:08
IE6下focus与blur错乱的解决方案_javascript技巧
IE6下focus与blur错乱的解决方案_javascript技巧: 代码如下: hello window.onblur=function(){ document.title= 'blur:' + Math.random() ; } window.onfocus=function(){ document.title= 'focus:' + Math.random() ; } 这应该是一个很常见的需求,例如,当
导读IE6下focus与blur错乱的解决方案_javascript技巧: 代码如下: hello window.onblur=function(){ document.title= 'blur:' + Math.random() ; } window.onfocus=function(){ document.title= 'focus:' + Math.random() ; } 这应该是一个很常见的需求,例如,当
代码如下:
hello
声明:本网页内容旨在传播知识,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。TEL:177 7030 7066 E-MAIL:11247931@qq.com
IE6下focus与blur错乱的解决方案_javascript技巧
IE6下focus与blur错乱的解决方案_javascript技巧: 代码如下: hello window.onblur=function(){ document.title= 'blur:' + Math.random() ; } window.onfocus=function(){ document.title= 'focus:' + Math.random() ; } 这应该是一个很常见的需求,例如,当