How to specify different delays between slides in bxslider
问题 Ran across the following problem in bxslider- how can you apply different delays between slides in the auto show? 回答1: I came up with the following solution which I will show here: in the jquery.bxslider.js replace: el.startAuto = function(preventControlUpdate){ // if an interval already exists, disregard call if(slider.interval) return; // create an interval slider.interval = setInterval(function(){ slider.settings.autoDirection == 'next' ? el.goToNextSlide() : el.goToPrevSlide(); }, slider