README - jscancer - Javascript crap (relatively small) | |
git clone git://git.codemadness.org/jscancer | |
Log | |
Files | |
Refs | |
README | |
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 s… | |
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 -> ro… | |
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… |