OK - I'm stuck :)

I'm implementing Dan's plugin from here:
http://www.pengoworks.com/workshop/jquery/autocomplete.htm

And the code calls the autocomplete_ajax.cfm page directly - but in
Mach-II I can't do that.  Can I call a .cfc instead?    


        $("#CityAjax").autocomplete(
                "autocomplete_ajax.cfm"
        );

Or has anyone used this with Mach-II (or probably any of the CF
frameworks)???

Jim

Reply via email to