Home › Forums › JavaScript › I can't figure out why a JS text scroller isn't working. › Reply To: I can't figure out why a JS text scroller isn't working.
September 11, 2014 at 10:20 am
#182638
Participant
You could do .ready
, or simply put the script at the bottom of the page. Both would have the same effect. If you’re already using .ready
for other scripts on your page, go with it.