autosuggest key controls

R

raj

Hi,
can anyone help me in in creating autosuggest using ajax

i have fetched the values from DB and showing in the div as per the
text entered in the text box.
but i am not able to do mouse events like downarrow,up arrow and enter
key
how can i handle this .

Thanks in Advance
Raj
 
L

Laser Lips

Hi,
can anyone help me in in creating autosuggest using ajax

i have fetched the values from DB and showing in the div as per the
text entered in the text box.
but i am not able to do mouse events like downarrow,up arrow and enter
key
how can i handle this .

Thanks in Advance
Raj

Try this...

http://cylo.co.uk/listControl.html

It's the basis of an input control I'm going to build
 
G

Gregor Kofler

raj meinte:
but i am not able to do mouse events like downarrow,up arrow and enter
key

Er... what? "Mouse events like downarrow"? Mouse events can invoke their
respective listeners, and so can key events. I suppose you are looking
for the "keydown" (in particular), the "keyup" and perhaps the
"keypress" events. Attach listeners which check whether the event was
triggered by the appropriate keys and call your cursor-up/cursor-down
function.

Gregor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,139
Messages
2,570,805
Members
47,351
Latest member
LolaD32479

Latest Threads

Top