html右边折叠面板,折叠面板.html · chenhongwei123/test测试代码 - Gitee.com

这段代码展示了如何使用Bootstrap3创建一个扁平风格的垂直手风琴特效,同时将诗歌融入其中。当 collapses 部分展开和关闭时,对应的标题会增加或移除 'active' 类。内容包括四段诗歌,描绘了时光流逝的画面,通过JavaScript事件监听实现了交互效果。
摘要由CSDN通过智能技术生成
Bootstrap3扁平风格垂直手风琴特效

Default collapse with scaling icon

Collapse item #1

Where now are the horse and the rider? Where is the horn that was blowing? Where is the helm and the hauberk, and the bright

hair flowing?

Collapse item #2

Where is the harp on the harpstring, and the red fire glowing? Where is the spring and the harvest and the tall corn growing?

Collapse item #3

The days have gone down in the West behind the hills into shadow. Who shall gather the smoke of the deadwood burning, Or

behold the flowing years from the Sea returning?

Collapse item #4

They have passed like rain on the mountain, like a wind in the meadow; The days have gone down in the West behind the hills

into shadow.

$(document).ready(function () {

$('.collapse.in').prev('.panel-heading').addClass('active');

$('#accordion, #bs-collapse')

.on('show.bs.collapse', function (a) {

$(a.target).prev('.panel-heading').addClass('active');

})

.on('hide.bs.collapse', function (a) {

$(a.target).prev('.panel-heading').removeClass('active');

});

});

一键复制

编辑

Web IDE

原始数据

按行查看

历史

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值