/* 展开 */
$(".l_hot_sale_select").on("click",function(){
if($(this).text()=="展开"){
$(this).parents("li").find(".l_hot_sale_select_con").show();
$(this).text("收起");
}else{
$(this).parents("li").find(".l_hot_sale_select_con").hide();
$(this).text("展开");
}
展开收起js
Posted 谢凌
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了展开收起js相关的知识,希望对你有一定的参考价值。
以上是关于展开收起js的主要内容,如果未能解决你的问题,请参考以下文章