how to set javascript to start every x ms?? [setTimeout('nam e()', speed)] ??
- and how to start that same javascript (second instance) with delay - for
example ->
javascript colors specified text to red and back to black every x ms...
how to start that same javascript on another text, with slight delay? (so it
goes: 1st text goes red, __ , 2nd text goes red, ___ 1st text goes black,
___ 2nd text goes black,___ ???
- and how to start that same javascript (second instance) with delay - for
example ->
javascript colors specified text to red and back to black every x ms...
how to start that same javascript on another text, with slight delay? (so it
goes: 1st text goes red, __ , 2nd text goes red, ___ 1st text goes black,
___ 2nd text goes black,___ ???
Comment