以下HTML:jQuery的切換內容的標題
<h1 id="t1">First Title</h1>
<p class="contents" id="c1">First Content</p>
<h1 id="t2">Second Title</h1>
<p class="contents" id="c2">Second Content</p>
<h1 id="t3">Third Title</h1>
<p class="contents" id="c3">Third Content</p>
<!-- etc... -->
我想使用jQuery slideToggle
內容爲每個特定的頭。即:點擊id =「t2」,我想「c2」切換。
感謝您的建議或代碼!
可能重複[用文本隱藏和顯示div](http://stackoverflow.com/questions/18386400/hide-and-show-divs-with-text) –