Codeigniter Auto Complete Search


/ Published in: PHP
Save to your folder(s)

example I used to create a auto suggest search from that pulls from a database. The example pulls from a single db table containing categories. Using jQueryUI made this pretty painless but by default the autocomplete feature uses GET variables and you must enable these in your Codeigniter settings to work properly.\r\n\r\nThis example uses POST variables instead so the js is modified accordingly.

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.