Response title
This is preview!
I am building an image slider plugin with Next and Previous buttons and an auto advance feature.
The auto advance happens by triggering clicks on the Next button at equal intervals:
The auto advance stooped working after updating jQuery from v2.0.0 to v3.2.1. I replaced $(window).load()
with (window).on('load', ...
but it still does not work.
What am I doing wrong? Thank you!
© 2013 jQuery Foundation
Sponsored by and others.