Textfield Event

Hello,

I have Autocomplete textfield. And i want to send selected item from autocomplete list by ajax request when enter button pressed. Help me.

Hi.

Do you really need to catch specifically the "enter" key?

If your goal is simply to catch the selection of an item in your autocomplete, see here:

http://jqueryui.com/demos/autocomplete/#event-select

and / or

http://www.yiiframework.com/wiki/217/custom-autocomplete-display-and-value-submission/