[jQuery] autocomplete

2008-05-09 Thread gordevio
I have been experimenting with the autocomplete plugin. It is great. Loading data from a database once and then using it works just fine. In my setup the html file calls a database query and returns a comma seperated string. The string is then split up and any typing in the street input textbox

[jQuery] autocomplete

2008-05-09 Thread gordevio
A follow up to my last post. I was interpreting the fomatting options (I found the list of options!) wrongly. I had to do the processing of the list items in the server-side script in a better way and then it all works. No formatting options needed for returning the right results.