devbridge / jQuery-Autocomplete

Ajax Autocomplete for jQuery allows you to easily create autocomplete/autosuggest boxes for text input fields
https://www.devbridge.com/sourcery/components/jquery-autocomplete/
Other
3.56k stars 1.67k forks source link

Not givin any data to show #37

Closed rickerd closed 11 years ago

rickerd commented 11 years ago

Everything works except that the plugin is not showing any back. Got no errors and puts the data data back from mysql to json.. but no succes.

I also put the question on stackoverflow. http://stackoverflow.com/questions/14616355/devbridge-json-php-mysql-autcomplete-results-not-showing

jesseditson commented 11 years ago

I posted an answer on your SO question that may help - not sure what the issue is, but it looks like maybe the query isn't getting passed through properly and could be the cause. I also put some other suggestions that may help isolate the issue.