I have a div structure that I show below, I want to hide the span tag, if the {{xxx}}
section is empty, how can I do that? I use jquery, or is there a simple css example?
<div>
<span class="fa fa-user"></span>
{{attendees}}
<span class="fa fa-money"></span>
{{entry_fee}}
</div>
I am using the mustache.js to load the {{xxx}}
content.