开发者

Tabbing behavior and link submit buttons

开发者 https://www.devze.com 2023-03-23 21:17 出处:网络
I\'ve built a form which uses a link, coupled with a jQuer开发者_开发百科y command to submit the form, as the submit button. Everything works dandy except for tabbing — when navigating the form with

I've built a form which uses a link, coupled with a jQuer开发者_开发百科y command to submit the form, as the submit button. Everything works dandy except for tabbing — when navigating the form with the tab key the submit link just gets skipped over. Is there any way to fix that?


I would guess it's the tabindex (or at least it might be). If you tab long enough do you eventually get to the correct link? If you do you can just manually set the tab index with element.tabIndex

0

精彩评论

暂无评论...
验证码 换一张
取 消