swipe support
-
I’ve used the swipe script on this page numerous times and haven’t had a problem: https://lazcreative.com/blog/how-to/how-to-adding-swipe-support-to-bootstraps-carousel/ but it does not work on with this plugin. I’ve got the following in the footer of my page, just above the </body> tag-as always.
This is the page with the carousel:
https://cjehost.com/ncjwla3/<script src=”https://cjehost.com/ncjwla3/wp-content/themes/ncjw1/js/jquery.mobile.custom.min.js”></script>
<script>
$(document).ready(function() {
$(“#cptbc_684”).swiperight(function() {
$(“#cptbc_684”).carousel(‘prev’);
});
$(“#cptbc_684”).swipeleft(function() {
$(“#cptbc_684”).carousel(‘next’);
});
});
</script>
- The topic ‘swipe support’ is closed to new replies.