so I\'m working on this project where I\'m using jQuery autocomplete to display search results from a mysql database. The search results are product names fetched from a da
There's a method called _renderItem that you'd want to use.
Here's a small demo of it in use: http://jsbin.com/cunuxaqe/2/edit