2013-08-02 31 views

回答

0

我找到了答案,我的問題:

$("tr").click(function(event){ 
    event.stopPropagation(); 
    // do something 
});