<div class="full-width awards">
<h2><span>Awards</span></h2>
<div id="accordion" class="accordion awards-list">
<?php if (get_field('awards_&_festivals')) : ?>
<h3 class="award-title" ><span class="down-icon">Awards & Festivals</span></h3>
<div class="award-content" >
<?php the_field('awards_&_festivals'); ?>
</div>
<?php endif; ?>
</div>
我想隱藏獎勵股利時the_field沒有任何內容上如何做到這一點的任何想法?非常感激。隱藏一個div時the_field是空
的[我如何檢查如果一個HTML元素使用jQuery是空的?](HTTP可能重複: //stackoverflow.com/questions/6813227/how-do-i-check-if-an-html-element-is-empty-using-jquery) – Anthony
首先你有3個開'div'標籤,你只需要2關閉。 – Nytrix
你想隱藏哪個div? – Akshay