您必须
hide()先使用它
fadeIn()。
更新: 这是通过链接进行操作的方法:
$("#charges-gsm-faq").hide().html(html).fadeIn();$("#charges-gsm-prices").hide().html(html).fadeIn();
您必须
hide()先使用它
fadeIn()。
更新: 这是通过链接进行操作的方法:
$("#charges-gsm-faq").hide().html(html).fadeIn();$("#charges-gsm-prices").hide().html(html).fadeIn();