Hello, I've been trying to implement the ticker, and it works great, however initially the design is broken until the js loads, so I want to hide it until the init scripts run, instead the new markup adopts the display:none and running $('#ticker').show(); and $('.tickercontainer').show() doesn't work and is a little confusing for me to trace it.
Hello, I've been trying to implement the ticker, and it works great, however initially the design is broken until the js loads, so I want to hide it until the init scripts run, instead the new markup adopts the display:none and running $('#ticker').show(); and $('.tickercontainer').show() doesn't work and is a little confusing for me to trace it.