hello,
I have several div
s within the same form. What I am trying to do is to disable the tab key in one of the div in the form without disabling the tab in the other div
s in the same form.
Example:
Form
div1 - disable tab key
div2 - tab key works
div3 - tab key works