Hi, how can i use this script: http://www.pengoworks.com/workshop/jquery/autocomplete.htm
with a web service?
Thanks!
Hi, how can i use this script: http://www.pengoworks.com/workshop/jquery/autocomplete.htm
with a web service?
Thanks!
Actually, the .cfm cold fusion module is a replacement for the web service... So effectively you can't without rewriting it.
There is an example of jQuery for what you want to do here:
http://www.codeproject.com/KB/aspnet/Jquery_Autocomplete.aspx
look at the "AutoComplete: Data from a Webservice" section. The example is in asp.net, however you can set up a similar web service using any language which allows it (PHP, c++ etc).