i 须对<代码>focusin>/_focusout
活动提供案文投入。
$(element)
.focusin(function(e) {})
.focusout(function(e) {
var to = e.relatedTarget || e.toElement;
// undefined in chrome, fine in IE
});
<代码>focusout, i m interest in the relatingTarget
information, i.e., the DOM is received Focus as the text submissions losss Focus, but this property is un specified/code> for the event.
另一方面,toElement
, 即认为互联网的探索者对有关Target
的等同。 换言之,我的<代码>focusout 手递在电离层电离层中进行罚款,但在其他浏览器中不做。
是否为上述限制开展了工作?