I am referring to this plugin: http://jqueryui.com/demos/autocomplete/
So the original structure for the results is
This is also documented in jquery-ui autocomplete documentation at: Jquery-autocomplete.
The trick is:
Then in autocomplete option pass
html:true
...autocomplete({
...
html:true
...
}
);
Now you can pass html(like
If you don't know how to add the plugin to JQuery then:
Post date: 28th July, 2013