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