aamirafridi / jQuery.Marquee

jQuery plugin to scroll the text like the old traditional marquee
http://aamirafridi.com/jquery/jquery-marquee-plugin
MIT License
961 stars 278 forks source link

ES5 compliance #160

Closed HarriVesterinen closed 3 years ago

HarriVesterinen commented 3 years ago

Should the jQuery.marquee JavaScript be ES5 compliant? It seems that at least in some HbbTV browsers the text scrolling does not work (browsers that only support ES5).

naveed-fida commented 3 years ago

The plugin should work with es5 as there are no language features used here that are above ES5. Could be a problem with the browser versions. Closing.