swipe.js

Use bullets as navigation with Swipe JS

坚强是说给别人听的谎言 提交于 2021-02-08 11:01:02
问题 I've been banging my head off a wall for a few hours and I'd really appreciate some help with this. I know it's going to be easy solution but so far it's not going well. I'm using Swipe Js for a slider and I want to use some bullets as navigation (without the next and prev). I tried to use getPos() a built in swipe function but I keep getting a 'no method' error in my console. Here's my HTML: <section id='slider' class='swipe full-width'> <div class='swipe-wrap'> <div class="slide"> <!--

Use bullets as navigation with Swipe JS

独自空忆成欢 提交于 2021-02-08 11:00:31
问题 I've been banging my head off a wall for a few hours and I'd really appreciate some help with this. I know it's going to be easy solution but so far it's not going well. I'm using Swipe Js for a slider and I want to use some bullets as navigation (without the next and prev). I tried to use getPos() a built in swipe function but I keep getting a 'no method' error in my console. Here's my HTML: <section id='slider' class='swipe full-width'> <div class='swipe-wrap'> <div class="slide"> <!--

Use bullets as navigation with Swipe JS

旧城冷巷雨未停 提交于 2021-02-08 10:59:40
问题 I've been banging my head off a wall for a few hours and I'd really appreciate some help with this. I know it's going to be easy solution but so far it's not going well. I'm using Swipe Js for a slider and I want to use some bullets as navigation (without the next and prev). I tried to use getPos() a built in swipe function but I keep getting a 'no method' error in my console. Here's my HTML: <section id='slider' class='swipe full-width'> <div class='swipe-wrap'> <div class="slide"> <!--