javascript - BxSlider stopping on pagination click -


  $(document).ready(function(){    $('#slider1').bxslider({     auto: true,     pager: true   }); 

i have code, , if click on page navigation bottons, slider stop auto. tried several solutions, no success!

p.s.: bxslider v3!

you can disable code line in bxslider.js:

if (slider.settings.auto) el.stopauto(); //custom ken 

Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -