Set keyboard focus to a

后端 未结 7 1896
不思量自难忘°
不思量自难忘° 2020-11-27 15:07

I have the following code snippet:

7条回答
  •  天命终不由人
    2020-11-27 15:30

    do you mean you want to focus the divs whenever it is generated? try reasearching for these

    http://api.jquery.com/focus/

    and

    http://api.jquery.com/live/

    and for the keypress..

    http://api.jquery.com/keypress/

    afaik divs and other elements can have focus of some sort like in wikis, like..

    http://en.wikipedia.org/wiki/JavaScript#Cross-site_vulnerabilities

    and it'll scroll automatically there. I am just no sure how.

    as for the dynamically generated divs and tables you can use jquery's live() function

提交回复
热议问题