Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
C
 changed, Marquee
F
 Functions, Marquee
M
 Marquee
S
 start, Marquee
 stop, Marquee
this.changed = function()
Should be called when the content has been changed dynamically.
Javascript replacement of non-standard marquee html element
var Marquee = function(args)
this.start = function()
Starts moving the content.
this.stop = function()
Stops moving the content.
Close