【jquery】利用选择器,添加click事件!?
【jquery】利用选择器,添加click事件!?
日期:2013-07-25 14:10:40 人气:1
$(document).ready(function() { $('table tr:not(:first)').each(function() { $(this).children('td:not(:first)').hover(function() { $(this).css('color', 'red'); }, fu