jquery 全选、反选、各行换色、单击行选中事件

css样式

1 <style type="text/css">
2  table{ border-collapse:collapse;}
3  td{ border:1px solid #D1EEEE;}
4  .tr_odd{ background-color:#B0E0E6;}
5  .tr_even{ background-color:#EEE5DE;}
6 </style>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-12
  • 2021-12-27
  • 2022-12-23
  • 2021-08-17
  • 2022-01-23
  • 2022-12-23
猜你喜欢
  • 2021-06-15
  • 2022-12-23
  • 2021-12-02
  • 2022-12-23
  • 2021-10-02
  • 2021-06-18
  • 2022-12-23
相关资源
相似解决方案