table变色,鼠标经过
web前端-js教程
wap商城 源码,vscode输出是空的,ubuntu tty退出,tomcat工程路径问题,爬虫推荐视频,php 预防sql注入,杭州seo网站推广哪家好,一元夺宝网站源码出售,织梦模板mysqllzw
$('# tr:not(:has("th"))').hover(function () {
$bg = $(this).css('background-color');
$(this).css('background-color', '#ffc4c6');
},
function () {
$(this).css('background-color', $bg);
});