Issue
I am trying to make element lets say button active on page open. By active I mean when u pressing tab buttons elements, tabs and stuff us getting active one after one. But how can I achieve that element is selected defaulty on page start.
Solution
Try using:
element.focus();
Link to javascript documentation
Answered By - Pavel Schiller
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.