1

我用 Safari 编写了以下代码测试:

$(thisinput).children("div").attr ("contenteditable","true") //div editierbar machen
.focus(); //focus setzen
$(thisinput).children("div[contentEditable!=false]").focusout(function(){
$('#log').append("focusout");});

我的问题:该事件也是使用 SAFARI 在“focusin”上发送的!为什么?有没有更好的办法?谢谢迈克尔

4

0 回答 0