Hi, I've a problem with JQuery autocomplete. I have to take some data from a MySQL db and then use the autocomplete on a form. The search works fine, if I add to the URL "test.php?term=a" I obtain the result that I expect, the problem is with the visualization of the results in the autocomplete, in the dropdown menu there are no names, just a thin gray bar. I post my code and a screenshot.