jquery Programming Glossary: slidetoint
Flex Slider - How to add same controls for two sliders http://stackoverflow.com/questions/10171709/flex-slider-how-to-add-same-controls-for-two-sliders slider 'a.slide_thumb' .click function '.flexslider' .show var slideTo this .attr rel Grab rel value from link var slideToInt parseInt slideTo Make sure that this value is an integer if slider.currentSlide slideToInt slider.flexAnimate slideToInt.. rel value from link var slideToInt parseInt slideTo Make sure that this value is an integer if slider.currentSlide slideToInt slider.flexAnimate slideToInt move the slider to the correct slide Unless the slider is also already showing the slide.. parseInt slideTo Make sure that this value is an integer if slider.currentSlide slideToInt slider.flexAnimate slideToInt move the slider to the correct slide Unless the slider is also already showing the slide we want '#secondary slider' .flexslider..
|