[jQuery] Re: [Listnav] Extra characters

2009-03-10 Thread jdg
I'm not familiar enough with non-english languages to know if letters > like the ones you're adding can be used as css class names. If they are, > it seems like it would work by adding those letters to the letters > array. If they're not, we'd have to think out a work

[jQuery] [Listnav] Extra characters

2009-03-09 Thread jdg
I would like to use some extra characters for the first letter like á, é or ő. I can extend the "letters" array with those chars but when i click them on the interface it shows the full list of LIs instead of the chars i expect. I'm using the newest version (2.0) with jquery 1.2.6. Could u give me