Ryan Duncan

Results 1 comments of Ryan Duncan

I was having this issue too. Before: ``` $(document).ready(function () { $(window).on('load', function () { $('.jobsTicker').marquee({ duration: 15000, gap: 50, delayBeforeStart: 0, direction: 'left', duplicated: true, pauseOnHover: true }); $('.jobsTicker...