问答详情
源自:6-2 使用JS为元素class赋值

原生JS有好像没有add和remove class?

是不是没有还是我哪里调试错误了

提问者:o轮0回o 2015-08-28 21:29

个回答

  • o轮0回o
    2015-08-28 21:52:22

    if( _href[_href.length-1] != currentId ) {

    _menu.className = "" ;

    } else {

    _menu.className = "current";

    }

    百度到方法了- -这里因为单个class就这么写- -了忘记了