摘要:
问题: 如何实现表格的隔行换色? jQuery(document).ready(function () { $("tbody tr:even").css("background", "rgb(240,240,240)") }); 增强版: <script type=”text/javascript”> jQuery(document).ready(function () { $("tbody tr... 阅读全文
posted @ 2012-02-26 15:13
夏夏知
阅读(183)
评论(0)
推荐(0)
浙公网安备 33010602011771号