Hacker
Hacker

Reputation: 7906

auto suggest/ auto complete in a textarea

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

Answers (1)

Pranay Rana
Pranay Rana

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

jQuery Autocomplete Plugin Demo

Upvotes: 2

Related Questions