Reputation: 381
i am going to create a jquery ajax control for search box
search box should match each character in the text
for example typed 'er' then results like programmer employer eric derry
this control will show 10 records at a time and scrollor to scroll all other records matched.
take an example of 2000 employee name with thier ID
like 102 samual joy roy
any suggesions
please help
reply
Upvotes: 1
Views: 194
Reputation: 400
Excellent example by @Claudio.. Implement his link's concept first and if you want , you can see some other examples right here..
Upvotes: 1
Reputation: 68440
Unless I misunderstanding your question it seems you're looking for an autocomplete control. Take a look to jquery-autocomplete
Upvotes: 1