How to display images with typeahead.js?
I am trying to display images for profiles into the list that is created by typehead.js.
At this moment I can only return texts, as you see there:
Here is what my javascript looks like:
And my PHP code, where I construct the profiles list:
The JSON $json_array_test looks like that:
Any idea how to achieve that?