Questions
Using jQuery it's quite trivial. v2.0 uses the table class on all tables.
table
$('.table > tbody > tr').click(function() { // row was clicked });
~ Answered on 2012-04-04 00:19:02