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','#');