摘要:
一、隔行换色 $("tr:odd").css("background-color","#eeeeee"); $("tr:even").css("background-color","#ffffff");或者一行搞定:$("table tr:nth-child(odd)").css("backgrou 阅读全文
posted @ 2020-05-07 22:16 且行且思 阅读(380) 评论(0) 推荐(0)
|
|||
|
摘要:
一、隔行换色 $("tr:odd").css("background-color","#eeeeee"); $("tr:even").css("background-color","#ffffff");或者一行搞定:$("table tr:nth-child(odd)").css("backgrou 阅读全文
posted @ 2020-05-07 22:16 且行且思 阅读(380) 评论(0) 推荐(0) |
|||