2012-04-14 5 views

答えて

4
$('#table').mouseover(function() { 
    $("#table td:nth-child(2)").addClass("tablesorter"); 
} 
関連する問題