簡體   English   中英

Jquery將另一個元素聚焦在模糊上在FireFox中不起作用

[英]Jquery Focusing another element on blur is not working in FireFox

我試圖將另一個輸入元素集中在一個輸入的模糊事件上。 但它不起作用。

<input type="text"/>
<input type="text"/>


$("input:last").on("blur",function(e){
   $("input:first").focus();
})

光標不存在於元素中。 所以我無法輸入任何內容。

http://jsfiddle.net/7foref2g/

在我的情況下,在 Firefox 桌面上工作。 但在 Firefox 移動版中不起作用。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM