2012-04-14 10 views

Antwort

4
$('#table').mouseover(function() { 
    $("#table td:nth-child(2)").addClass("tablesorter"); 
} 
Verwandte Themen