I can hack this myself, but I think bootstrap has this capability.
Using jQuery it's quite trivial. v2.0 uses the table class on all tables.
table
$('.table > tbody > tr').click(function() { // row was clicked });