On 5/28/07, Michael Geary <[EMAIL PROTECTED]> wrote:
1) Get in the habit of using "var" on all your variable assignments, so
you don't create global variables accidentally.
On the list. I was at one point working with two copies of this(long story),
and it was done on what is obviously the ot
Very nice!
A couple of suggestions...
1) Get in the habit of using "var" on all your variable assignments, so you
don't create global variables accidentally.
2) Consider using one of the several DOM creator plugins. You can replace
code like this:
figureFrameInner = document.createElement('d
2 matches
Mail list logo