'activeElement' Syntax and Note : activeElement « Javascript Properties « JavaScript Reference

'activeElement' Syntax and Note

Note:

Read-only property. 
Get the element that has focus, if the document is fully loaded.
    
Syntax:
    
document.activeElement

    

      
      








Related examples in the same category

1.'activeElement' Example
2.'activeElement' is applied to