Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は、それに応じてヘッダーをクリックして開くことができないようにする必要があります。「次へ」ボタンをクリックして次のものを開くことだけが可能であるべきです。ここに例がありますhttp://bootply.com/63398
マークアップまたは javascript を使用して、 href プロパティを削除するだけです。
$('.accordion-toggle').prop('href','#');