我正在开发一个网站,在常见问题解答页面上我需要显示此类常见问题解答。
当点击 (Q) 时 (A) 应该打开 jquery 动画。1个问题应该一次打开。
如果单击其他 (Q),前一个应该关闭,然后单击将打开。
<div class="faqBlock">
<div class="qa">
<dt>How do I buy Snoopra?</dt>
<dd>Just decide whether you want to pay monthly or yearly, click on the buy now button, fill out the payment details and you’re done!</dd>
</div><!-- qa -->
</div><!-- faqBlock -->