Click here to Skip to main content
15,914,642 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using ajax toolkit for my web application. I want to use the ajax java script for implementation(i am supposed to do so). How to implement ajax java script for live search(i.e) detecting the possibilities as the user types the keywords?
Posted

You can try a bunch of similar autocomplete ( Live search ) JQuery Libraries/plugins in the below link

http://www.jquery4u.com/ajax/10-ajaxjquery-autocomplete-tutorial-examples/[^]

Hope this helps
 
Share this answer
 
Comments
SubhamSoni123 21-Oct-13 9:20am    
Actually I have a code of ajax to get data from database .. it has some GET command and xml objects also... I want such script...Actually I am not able to find the logic for autocomplete..
You can do with Jquery Ajax. Try something like below

http://blog.parhammajd.co.uk/css/how-to-create-a-live-search-with-ajax-and-jquery/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900