...
Code Block |
---|
jQuery ().tabIndex (); |
Gets the tabIndex value of the first matched element. If the element doesn't have a tabindex attribute, undefined is returned.
Code Block |
---|
jQuery ().tabIndex (tabIndexValueToSet);
jQuery ().removeTabIndex ();
jQuery ().hasTabIndex ();
|
...