0
我已經創建了一個腳本來使我的div可以展開。如何在我的手風琴中配置速度選項
$('.expandable').find('h2').on('click', function(){
$(this).parent().css({height: (parseInt($(this).parent().css('height')) > 50)?'25px':'auto'});
$(this).find('i').toggleClass('icon-plus-sign icon-minus-sign', 300);
})
如何配置我的div的速度或持續時間可擴展,我希望它下降更慢,更順利。
感謝
這裏我accordion
感恩教堂馬里奧! Ottima soluzione – Koala7