CodeIgniter Forums
Live Search Results with Ajax - 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: Live Search Results with Ajax (/showthread.php?tid=12346)



Live Search Results with Ajax - El Forum - 10-15-2008

[eluser]Zac G.[/eluser]
Hi,

I have been looking at doing a live search results features.

Something like this: http://rikrikrik.com/jquery/quicksearch/#examples

I am just not how this fits in with the controller that displays the query. Any suggestions, explanations of how to tie these two together?

Thanks!


Live Search Results with Ajax - El Forum - 10-16-2008

[eluser]OES[/eluser]
This is just simply Javascript.

Just create your table within the view and add the javascript to the page.

Lee


Live Search Results with Ajax - El Forum - 10-16-2008

[eluser]Zac G.[/eluser]
That simple, huh? Ha! thanks OES