Hi, Is it possible to remove the type of research (for example 'Film'), inside the list of items returned from freebase jQuery suggestion?
Thanks for your attention. Simone
Hi, Is it possible to remove the type of research (for example 'Film'), inside the list of items returned from freebase jQuery suggestion?
Thanks for your attention. Simone
How about just using CSS?
<style>
.fbs-item-type { display:none; }
</style>