Hi all, I am trying to use the jquery autocomplete plugin and found a bit of stuck here. It seems that the plugin uses a $_GET parameter and therefore can’t work with the CI URL re-routing. It calls url like this:
http://localhost/SITE/controller/search_fullname?q=joko&limit=10×tamp=1219101506002
I can’t get the variable q to work, but if I can rewrite the url to let’s say:
http://localhost/QMIT/plan/search_fullname/joko
then I can just adjust the controller to work accordingly, any hints?
TIA
