Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
代わりに、最初からフォーカスを失わないようにすることをお勧めします。のデフォルトアクションを防止するときにこれを達成していますmousedown。
mousedown
listオプションのリストがあり、すべてのオプションにlistElクラスがあると仮定すると、jQuery は次のとおりです。
list
listEl
list.on('mousedown', '.listEl', function(e) { e.preventDefault(); });