2010-03-30 57 views

回答

9
$('table select').live('change',function(){ 
    var select = $(this); 
    var newVal = select.val(); 
});