2010-01-17 8 views

Répondre

4
$("button").click(function(){ 
    var tblID = $(this).prev("table:first").attr("id"); 
}); 
Questions connexes