SkillAgentSearch skills...

BcSwipe

Super lightweight (~600 bytes) jQuery plugin to enable swipe gestures for Bootstrap 3 carousels on iOS and Android.

Install / Use

/learn @maaaaark/BcSwipe
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Bootstrap Carousel Swipe (bcSwipe)

Super lightweight (~600 bytes) jQuery plugin to enable swipe gestures for Bootstrap 3 carousels on iOS and Android.

Usage

HTML

<!-- Bootstrap is required -->
<script src="bootstrap/js/bootstrap.js"></script>
<script src="jquery.bcSwipe.js"></script>

JS

$('.carousel').bcSwipe({ threshold: 50 });

Adjusting threshold will determine how long a swipe must be to move to the next carousel slide.

View on GitHub
GitHub Stars157
CategoryDevelopment
Updated9mo ago
Forks93

Languages

JavaScript

Security Score

87/100

Audited on Jun 10, 2025

No findings