David Fieffé

Results 3 comments of David Fieffé

HI, I did it that way for the pager : ``` $('.bx-pager-item a').click(function(e){ var i = $(this).index(); slider.goToSlide(i); slider.stopAuto(); restart=setTimeout(function(){ slider.startAuto(); },500); return false; }); ```

and for only the pager : ``` $('.bx-pager-item a').click(function(e){ var i = $(this).index(); slider.goToSlide(i); slider.stopAuto(); restart=setTimeout(function(){ slider.startAuto(); },500); return false; }); ```

@slolo2000 I forked it and made the sessionStorage available as a new option,not full tested right now ``` storageType: 'cookie', //'local' ``` https://github.com/moabi/navgoco