![]() |
Ajax help - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Ajax help (/showthread.php?tid=11034) |
Ajax help - El Forum - 08-22-2008 [eluser]Nutan Lade[/eluser] I am trying to implement an autocomplete field.I am getting the results from the db but I am not able to navigate through the results.And my code is.. Code: [removed] Please help me to solve thie problem.What should do after retuurning the results. Thanq in advance. Ajax help - El Forum - 08-23-2008 [eluser]mdowns[/eluser] There are libraries that handle AJAX autocomplete pretty well: scriptaculous: http://github.com/madrobby/scriptaculous/wikis/ajax-autocompleter jQuery: http://www.google.com/search?q=jquery+ajax+autocomplete Good luck |