$(function(){
$(".title").click(function() {
$(".container").not($(this).next()).slideUp();
$(this).next().slideToggle(400);
$(this).toggleClass("down-arrow")
});
});
手风琴效果(超简单实用)
最新推荐文章于 2020-09-23 19:48:50 发布