It works off of a letter list:
var letters =
['A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z'];
Which also helps make the letters a "known quantity" and allows for
"disabled" letters. Alternatively, it could figure out what letters are
in the list items, but then we might get listnav bars like:
A | G | H
which aren't of as much use. If you wanted it to utilize other letters,
you could try modifying that array. They are forced to lowerCase for
some things internally, FYI.
It wouldn't be a leap to have it handle dl lists, but I wonder how many
people could use that? (I really don't know).
Thanks,
Jack
Jacques PYRAT wrote:
Great !
Could you do the same for definition lists (dl, dt, dd).
It would be great for http://www.pyrat.net/@sigles.html
And does listnav handle EÉÈÊEeéèêë ?
Regards