Jquery Slider Timer
问题 I need to create a custom slider for a website using jquery. So far, I've managed to make it behave the way I want it if I click a button, but I would like to implement an automatic timer, so that the slides will switch after 5 seconds. Here is my JS code: function MasterSlider() { //store the current button ID var current_button = $(this).attr('id'); //reset all the items $('#slider ul a').removeClass('slider-button-active'); //set current item as active $(this).addClass('slider-button