获取非最后一列td值并将title设为该值的方法_javascript技巧
复制代码代码如下:$(function() {$('table tr td:not(:last-child)').mouseover(function() {val = $(this).text().trim();$(this).at...
复制代码代码如下:$(function() {$('table tr td:not(:last-child)').mouseover(function() {val = $(this).text().trim();$(this).at...