tags:

views:

57

answers:

1

Hi, 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.

+2  A: 

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 plugin: Autocomplete

jQuery Autocomplete Plugin Demo

Pranay Rana