I fairly new to JQuery and perhaps trying to achieve something that might be abit harder for a beginner. However I am trying to create an autocomplete that sends the curren
some suggestions:
dataType= "jsop"? It doesn't appear to be jsonp. I think you want "json". cache : false in the options, as well. This insures the request is always made, and never satisfied from browser-side cache.alert() there. Does it get invoked? alert() to verify the value of the parameters.