$(function(){
$(".title").click(function() {
$(".container").not($(this).next()).slideUp();
$(this).next().slideToggle(400);
$(this).toggleClass("down-arrow")
});
});
手风琴效果(超简单实用)
最新推荐文章于 2019-06-29 13:18:04 发布