我的代碼是這樣的:的jQuery的slideToggle()在FireFox不工作,工作在Chrome
jQuery('.cart-module .cart-heading').bind('click', function() {
if (jQuery(this).hasClass('active')) {
jQuery(this).removeClass('active');
} else {
jQuery(this).addClass('active');
}
jQuery(this).parent().find('.cart-content').slideToggle('slow');
});
//--></script>
您可以迅速將產品添加到您的購物車像這樣https://muddydogcoffee.com/teas/176-organic-crimson-berry-fruit-tisane?device=iphone,並打算到購物車中測試自己這裏https://muddydogcoffee.com/shopping-cart。
當您點擊「估計運費&稅收」時,它應該在其下方顯示DIV。但是,它只適用於Chrome而不適用於Firefox。我能做些什麼來解決這個問題?
謝謝。
你真棒!我很高興爲此找到解決方案。當然,我也想知道原因。非常感謝。 – user1477388 2012-08-08 00:45:56