带切换的JQuery扩展div
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了带切换的JQuery扩展div相关的知识,希望对你有一定的参考价值。
$(document).ready(function(){ $(".faq").hide(); $("h3.faq_head").click(function(){ $(this).next(".faq").slideToggle(250); $(this).toggleClass("hover_subtract").toggleClass("hover"); }); $("h3.faq_head").addClass("hover"); });
以上是关于带切换的JQuery扩展div的主要内容,如果未能解决你的问题,请参考以下文章