I am trying to create a tab focus in my site. Every time the user hits the tab key the focus moves to the next item on the page.
This works out the box in ie (version 9 and 8 tested) but in FF it only works on form elements.
Can I get this working more universally using jquery?
Thanks.