User:FlyingRagnar/vector.js: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
// run the currently selected effect
function runEffect(var tableIndex) {
// most effect types need no options passed by default
var options = {};
// run the effect
$( "#collapsibleTable" + tableIndex ).toggle("blind", options, 500 );
};
});
/** 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;

Navigation menu