[jQuery] call ajax on ENTER key press
Hi all
<input type="text" name="movie_name" id="movie_name" />
This is my autosuggest field ,
when the filed is filled with values then user trying to post application using ENTER key ,
But i written code for onclick only ,
now tell me ,
How to submit value ,
When the ENTER Key pressed ,
Thanks