[jQuery] Re: Selecting a value with up down keys

2010-01-12 Thread m.sirin
Hi, I used your code but still it's the same problem: If the box appears the up and down keys will do nothing. It would be nice, if you take a quick look at http://igf-project.igf.uos.de/~bhempen/index_tomaten.html where you can see the problem. regards m.sirin On 11 Jan., 01:27, Šime

[jQuery] Re: Selecting a value with up down keys

2010-01-09 Thread m.sirin
y..) and pressing the down key leads to nothing. No alert anymore. It seems, that he doesnt find anything inside the box "autoSuggestionsList"... anybody can tell me how i can access the values in the box? regards m.sirin On 9 Jan., 18:59, "m.sirin" wrote: > Okay, thank

[jQuery] Re: Selecting a value with up down keys

2010-01-09 Thread m.sirin
Okay, thank you. But I dont know how to iterate through the values of #autoSuggestionsList. They are like Hello1 Hello2 Like this? if (#autoSuggestionsList.next().is("li")) { '#autoSuggestionsList.next().addClass ("selected"); ...

[jQuery] Selecting a value with up down keys

2010-01-09 Thread m.sirin
;) } But now i want to use the up and down keyboard keys to get to the next value and choose it by enter. I wonder if there is a simple jquery solution for this? thank you for your help in advance :) regards m.sirin