jquery控制select2 插件的显示与隐藏

$("#sb_brand").next().css("display", "none");
$("#sb_brand").next().css("display", "inline-block");

 

 

你可能感兴趣的:(前端)