Hi all,
I user Tablesorter a jQuery plugin (I am sure other know about it) in my project. I need to add a feature where in when users click on a row, it gets selected . I tried the following code but, its not working out.
$('#myTable tr').click(function(event) {
$(this).addClass('selected');
});
Could anybody tell me the best way to do it? Is there any plug-in already for this?
Thanks in advance,
Abdel Olakara