@@ -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>
@@ -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);