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.
我尝试使用 DOJO on focus out 方法,但它不起作用。我有工作的链接。
点击这里。
require(["dojo/on"], function(on){ on(foc, "focusout", function(e){ alert("hi"); }); });
HTML
<div id="foc" > work on focus out</div>
在这里回答(第二个答案)。要聚焦 adiv你必须分配它的tabindex.
div
tabindex