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.
我正在开发一个扩展,需要在某个时候将焦点设置到地址栏。我一直在尝试 RTFM,但 FM 很难阅读!
有谁知道从Firefox扩展中将焦点设置到地址栏的任何方法?
TIA。
我想它会是这样的:
var addressBar=document.getElementById('urlbar'); addressBar.focus();
假设文档在 XUL Chrome 上下文中。
不过我还没有测试过,所以我还不是 100%。