spatial navigation How focus link via code?
-
bisewski last edited by
Hi. I need to control de focus via code...jquery, java, html, css...When I click in some link I need to select or to focus in dtermined link via code, not via tv remote control...
Is possible?
-
tonzler last edited by
Try to set tabindex attribute to 1 for this element and then call focus() method on it.