[jQuery] autocomplete and json

2009-02-05 Thread zendog74
What is the status of using remote JSON with jquery.autocomplete? I saw a couple of threads in the group about it, but they are patchworky and hard to follow. I did not see anything about using JSON on the autocomplete jquery plugin site. Is using remote JSON supported or do I have to modify sourc

[jQuery] AutoComplete and JSon not working as expected. Please, help me out.

2008-07-11 Thread shapper
Hello, I am using JQuery AutoComplete with JSon. I created a function on my server code which return the data. However, when I start writing "J" in my Input I get the following: [{"TagID":"883b197e-0cb3-4528-8403-0877d742bf47","Name":"John"}, {"TagID":"017b253e-596b-4328-85f5-fd97a783759c","Nam

[jQuery] Autocomplete and JSON

2008-04-01 Thread Dinesh B Vadhia
How do you use the autocomplete plugin (http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/) for remote data which is requested again and again using JSON? The JSON example on the autocomplete site doesn't work as it sends the entire remote data to the browser instead of returnin