Imagine a Bootstrap collapse with 3 parts
... 4条回答 -上瘾入骨i (楼主) 2020-12-16 12:39 Yet another solution, a bit smaller and compact: $(document).ready(function() { var anchor = window.location.hash; $(anchor).collapse('toggle'); }); 0 讨论(0) 查看其它4个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
Yet another solution, a bit smaller and compact:
$(document).ready(function() { var anchor = window.location.hash; $(anchor).collapse('toggle'); });