README - jscancer - Javascript crap (relatively small)
(HTM) git clone git://git.codemadness.org/jscancer
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
README (434B)
---
1 This script sets the tabindex for a collection of elements.
2
3 It can be useful if there are a lot of elements which are generated in some way
4 and setting the tabindex attribute where is a chore.
5
6 For tables it can be useful to set the tabindex based on the cells -> rows from
7 top-left vertically. Normally this would be horizontally (left to right).
8
9 Note that there are also bugs and inconsistencies in how Firefox handles tabindex.