I'm having some issues with an asp.net implementation of this JQuery facebook style autocomplete.
Basically the json url I am using is an aspx page that takes some paramaters via the query string and writes json to the response. This appears to be functioning correctly however the plugin doesnt recognise it.
The strange thing is when I take the Request.QueryString out of the page (still passing it the querystring) and hard code the values the autocomplete works fine.