toggleClass( [switch ] )和toggleClass( function(index, class, switch) [, switch ] )

来源:3-6 jQuery的属性与样式之切换样式.toggleClass()

脉脉不得语yl

2018-07-15 18:18

讲解一样toggleClass( [switch ] )和toggleClass( function(index, class, switch) [, switch ] )具体用法与功能。

最好有例子可以讲解,谢谢大佬们了!

写回答 关注

1回答

  • name_yc
    2018-07-17 16:25:57
        //第二个参数判断样式类是否应该被添加或删除
        //true,那么这个样式类将被添加;
        //false,那么这个样式类将被移除
        //所有的奇数tr元素,应该都保留class="c"样式
        $("#table tr:even").toggleClass("c", true);


jQuery基础 (一)—样式篇

jQuery初入开启样式修炼,体验万能的jQuery样式集搭建网站布局

217509 学习 · 1218 问题

查看课程

相似问题