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
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
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
3 matches
Mail list logo