Reputation: 7906
I have a small requirement like . i need to fetch all record from table or store elements in key=>value pair. so that when a user types in the key . it should show the value part of it and if he presses enter button ,it should use it or else continue with typing. I need to use jquery framework.
Is there any plugin already available for it . or how do i do it.
ex : bp => blood pressure.
Upvotes: 1
Views: 1075
Reputation: 176896
check this autosuggest pulg-in may help you to achieve your task : this not the thing you want but you have to write script so that it works as you want
jQuery Autocomplete Plugin Demo
Upvotes: 2