Is it possible to somehow make it so that when you are in the url bar of your browser and you press TAB you go to the first inputfield on your page and not your bookmarks or something else?
Using focus() could somehow be a workaround but it’s not what I am looking for.
So focus is in URL bar, user presses TAB, focus goes to the first input field 🙂
Thanks in advance.
This isn’t possible with jQuery as you are trying to change the “tab index” of your browser software. This is outside the contraints of jQuery. Ie. Its outside of the DOM.
If there is a way of changing it, I doubt it is possible to do this cross-browser, and would probably be only possible for your particular instance of your browser software.