Welcome Guest, Not a member yet? Register   Sign In
Trouble with jquery external file
#2

[eluser]pickupman[/eluser]
For the tablesorter plugin, you need to have your heading tags inside a <thead> <tr> <th> tags. You will need to use:
Code:
$template = array('table_open' => '<table id="myTable" class="tablesorter" border="0" cellpadding="4" cellspacing="0">',
   'heading_row_start'   => '<thead><tr>',
   'heading_row_end'     => '</tr></thead>',
   'heading_cell_start'  => '<th>',
   'heading_cell_end'    => '</th>'
);


Messages In This Thread
Trouble with jquery external file - by El Forum - 07-31-2012, 06:40 AM
Trouble with jquery external file - by El Forum - 07-31-2012, 12:39 PM
Trouble with jquery external file - by El Forum - 08-03-2012, 11:05 AM
Trouble with jquery external file - by El Forum - 08-03-2012, 12:17 PM



Theme © iAndrew 2016 - Forum software by © MyBB