isHTMLElementFocusable
Functions
- isInstanceOf(thing, klass) ⇒
boolean
- isHTMLElementFocusable(el)
Based on the article about focusable events: https://stackoverflow.com/questions/1599660/which-html-elements-can-receive-focus
isInstanceOf(thing, klass) ⇒ boolean
Kind: global function
Param |
---|
thing |
klass |
isHTMLElementFocusable(el)
Based on the article about focusable events: https://stackoverflow.com/questions/1599660/which-html-elements-can-receive-focus
Kind: global function
Param | Type |
---|---|
el | Element |