#61 written by basshero (2009-10-04 01:49:27)
<script language="JavaScript">
var test = new Array();
tes ... (read more)#60 written by basshero (2009-09-29 15:56:22)
JavaScript Array.length fails if key has line breaks
Sometimes JavaScript is just annoying. Here is something that caused me a lot of hair ripping trying to find a bug.<script language="JavaScript">
var test = new Array();
tes ... (read more)
Make JavaScript wait for page events
Just a small JavaScript tip I had a little difficulty finding an answer for. I needed to delay some actions until some other events have finished or the user has reacted to them. In this case it was a ... (read more)






RSS feed

