錨我有一個內容結構是這樣的:切換最近的內容時,點擊使用jQuery
<a href="#" class="toggle_button">Click me.</a>
<p class="hidden_content">This content is toggleable.</p>
<a href="#" class="toggle_button">Click me.</a>
<p class="hidden_content">This is a different section.</p>
<a href="#" class="toggle_button">Click me.</a>
<p class="hidden_content">This section is also different.</p>
我已經發現瞭如何使這項工作有一個部分,但如何讓這個時我點擊一個toggle_button它只打開最近的hidden_content類。