[JavaScript] jQuery设置表格各行变色效果 →→→→→进入此内容的聊天室

来自 , 2020-01-16, 写在 JavaScript, 查看 128 次.
URL http://www.code666.cn/view/f18ee458
  1. function stripTables(){
  2.      // select all table elements, select all tr elements and apply the css { background : color }
  3.      $('table').find("tr:odd").css({ background : "#f6f6f6" });
  4. }

回复 "jQuery设置表格各行变色效果"

这儿你可以回复上面这条便签

captcha