From 6bfbd5d788eddb4ed75997a64b4abd7ec4d683e8 Mon Sep 17 00:00:00 2001 From: DDug Date: Thu, 30 Oct 2014 10:10:20 -0400 Subject: [PATCH] Xinyi's Persistence Demo Try to mimic a phase selector for users to store their current phase. Click the first button to trigger the buttons on the second lines and click the buttons on the second to trigger the third. Bug fixing, the localStorage still not working. --- index.html | 107 +++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 100 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 33d38f7..88245a7 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,102 @@ - - So-and-so's Stateful Assignment - - - YOUR PROJECT HERE - - + + + + + + +Persistent Page Demo + +
+
+
+
+
+
+
+
+
+ + \ No newline at end of file