所属分类: 网页特效-展开&收缩 2024-10-26 01:46:11
$('.head').click(function () { $(this).toggleClass('active'); $(this).parent().find('.arrow').toggleClass('arrow-animate'); $(this).parent().find('.content').slideToggle(280); });