diff --git a/displayTables.js b/displayTables.js new file mode 100644 --- /dev/null +++ b/displayTables.js @@ -0,0 +1,9 @@ +$(document).ready(function() { + +function hideAllButFirst(){ + jQuery('.week').hide(); +}; + +hideAllButFirst(); + +} \ No newline at end of file