alternate row colors using jquery

后端 未结 6 1322
被撕碎了的回忆
被撕碎了的回忆 2021-02-05 18:38

Using jQuery and not CSS, is it possible to alternate row colors between records? If so can anyone provide a short code script on how to accomplish this?

6条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-05 19:29

    Do you just not want to use CSS for cross-browser (i.e., IE) support? If so, you could keep the styling in the CSS and just use jQuery to set the class.

    For example:

    
    
    

提交回复
热议问题