发布网友 发布时间:2022-04-22 19:41
共2个回答
懂视网 时间:2022-04-23 00:02
这次给大家带来js遍历操作css,js遍历操作css的注意事项有哪些,下面就是实战案例,一起来看一下。具体代码如下:
//js遍历添加栏目类添加css 再点击其它删除css $(".radio-group .ckselect").each(function(index) { $(this).click(function() { var tagid=$(this).attr('tagid'); $("#tagid").val(tagid) $(".ckselect").removeClass("selected"); $(".ckselect").eq(index).addClass("selected") }) });
//js点击显示关闭层,空白区域也关闭 $(".zu-top-nav-userinfo").click(function(e) { if ($(".peoples").hasClass("allhide")) { $(".peoples").hide(); $(".peoples").removeClass("allhide"); return } e.stopPropagation(); $(".peoples").show(); $(".peoples").addClass("allhide") }); $(document).click(function() { if ($(".peoples").hasClass("allhide")) { $(".peoples").hide(); $(".peoples").removeClass("allhide") } });
相信看了本文案例你已经掌握了方法,更多精彩请关注Gxl网其它相关文章!
推荐阅读:
Vue双向数据绑定实例详解
函数节流与分时函数使用步骤详解
热心网友 时间:2022-04-22 21:10
onmouseover="this.style.borderColor='red'" onmouseout="this.style.borderColor='grey'"