Possible Duplicate:
How do I find out which DOM element has the focus?
Is there a way in javascript to determine which html page element has focus?
Is there a way in javascript to determine which html page element has focus? |
|||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
Use the The Note that this property will only contain elements that accept keystrokes (such as form elements). |
|||||||||||
|
|
Check out this blog post. It gives a workaround so that
Something to note:
|
||||
|
|
|
Maybe |
||||
|
|
|
Just for the record, a little late, and of course not supported in old browsers:
Should work on all elements (e. g. also anchors). |
|||
|
|
|
Check the bottom post. I think that would work... |
|||
|
|