Bläddra i källkod

basic templating

me@helium 8 år sedan
förälder
incheckning
151920eb44
2 ändrade filer med 3 tillägg och 1 borttagningar
  1. 1 1
      static/index.html
  2. 2 0
      static/index.js

+ 1 - 1
static/index.html

@@ -37,7 +37,7 @@
         </table>
         <strong>Use $s variable for accessing data in DOM</strong>
         <pre id='state' style='background-color: lightgray;'>
-            wait for sec...
+            2 seconds timeout
         </pre>
         <script src="index.js"></script>
     </body>

+ 2 - 0
static/index.js

@@ -108,6 +108,8 @@ setTimeout(function(){
             [13,14,15,16,17,18],
             [19,20,21,22,23,24]] });
     $s.textarea; $s.select; $s.dzen; $s.check1; //just for init
+
+    document.onchange();
 },2000);