Hi All,
I have 3 div's drawing content from fields in a database:
<div id="one">{data_one}</div>
<div id="two">{data_two}</div>
<div id="three">{data_three}</div>
If none of these three div's have data, can I add some jQuery to hide another div?
Thanks, Jack