User:FlyingRagnar/vector.js: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 28: Line 28:
     // run the effect
     // run the effect
     var options = {};
     var options = {};
     $( "#collapsibleTable" + tableIndex + " tr" ).toggle("blind", options, 500 );
     var targt = "#collapsibleTable" + tableIndex + " tr";
    $( targt ).toggle("blind", options, 500 );
   
   
     //var Rows = Table.rows;
     //var Rows = Table.rows;