Is there a way in javascript to determine which html page element has focus?
|
2
|
|
|
|
|
|
There is a It seems like Safari and Chrome don't support this yet. As it is included in the HTML5 draft, I presume it will be more widely supported in a matter of time and the best way to go is simply use this property and try to gracefully degrade for non-supporting browsers. Note: this property does only contain form elements. |
||
|
|
|
Check the bottom post. I think that would work... |
||
|
|
|
|
Maybe |
|||
|
|
|
|
Check out this blog post. It gives a workaround so that
Something to note:
|
|||
|
|
