views:

43

answers:

1

I have this page and the jquery function doesn't seem to execute.

It should work like the example in this page.

Any idea of what go wrong?

A: 

The jQuery function is working fine. Looks like you missed applying styles to your table.

<table id="myTable" class="tablesorter">
Chetan Sastry