how to make jquery autocomplete in drop down
Hi,
I have a form having one html drop down (firstname,lastname and full name).
I am trying for jquery autocomplete.
demo is here
So when i select the firstname then the autocomplete will only work for firstname.
Suppose full name is "john kerry" and if from the drop down firstname is selected then when you type jo in the search field then it should show john and similarly if lastname is selected and if ke is typed then it should show kerry.
Please tell me how to do ?
if there are any alternate way then also please tell me