Have you looked at Firebug or Chrome Developer to see what/where the error is occuring? Just glancing at the code, it seems like your url could be the cause and I suspect that if you look at firebug you will see a Server error.
Usually with the url you are using a webservice of some sorts, so you would have something like
Wozer
Member
390 Points
267 Posts
Re: Jquery not working with autocomplete
May 07, 2012 03:32 PM|LINK
Have you looked at Firebug or Chrome Developer to see what/where the error is occuring? Just glancing at the code, it seems like your url could be the cause and I suspect that if you look at firebug you will see a Server error.
Usually with the url you are using a webservice of some sorts, so you would have something like
url: "/Comment/SearchAutoComplete.asmx/FunctionToRun"
If you can look at firebug and post the error it would help in figuring out what is going wrong.
Chris