Hi all,
Is there some way of knowing where will the focus jump to when the tab key key will be pressed and certain element has the focus?
I am thinking on something to be used this way:
var nextElement = whereWillFocusJumpTo(currentElement);
Thanks!