Setting Tab Order on UI Elements in jQuery Dialog
Posted
by McNamron
on Stack Overflow
See other posts from Stack Overflow
or by McNamron
Published on 2009-10-19T20:04:17Z
Indexed on
2010/04/15
21:53 UTC
Read the original article
Hit count: 320
Is there a way to specify the tab order of the elements within a jQuery Dialog which itself contains an Accordion? The dialog also specifies one button in the buttons options. For accessibility, we need to be able to tab through the accordion panes, the form elements in each accordion, the button in the buttons options, and the close icon of the dialog itself, but tabbing seems to be skipping over the button in the buttons options, and I can't find any resource that has a resolution for this sort of problem.
© Stack Overflow or respective owner