开发者

Getting focus on a Div

Does there exist some trick other than tabindex attribute so that a di开发者_如何学编程v can get focus ?


Setting contenteditable="true" will also allow a div to receive focus in browsers that support it (IE 5.5+, Firefox 3.0+, WebKit for a few years, not sure about Opera), though obviously with the side effect of making the div editable by the user.

<div contenteditable="true">Tab to me</div>
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜