11,286
edits
FlyingRagnar (talk | contribs) No edit summary |
FlyingRagnar (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
/** Collapsible tables ********************************************************* | /** Collapsible tables ********************************************************* | ||
* | * | ||
| Line 39: | Line 27: | ||
// run the effect | // run the effect | ||
$( "#collapsibleTable" + tableIndex ).toggle("blind", options, 500 ); | $( "#collapsibleTable" + tableIndex + " tr" ).toggle("blind", options, 500 ); | ||
//var Rows = Table.rows; | //var Rows = Table.rows; | ||