tablesorter: how to bind additional function on <th> click event

tablesorter: how to bind additional function on <th> click event


hi,
As clicking the <th> could trigger the sorting, I want to perform
additional work. I have try something like this but it doesn't work
$('th').click(function(){
alert('hello world');
});
is there a way of doing this?
Thanks
james