Skip to content

Instantly share code, notes, and snippets.

@connected
connected / bxslider-drag.js
Last active October 12, 2022 23:37
bxSlider mouse drag extension
/**
* Include this code right after bxSlider.
* Use "mouseDrag" options upon bxSlider initialization to enable mouse drag:
* $('#slider').bxSlider({
* mouseDrag: true
* });
*/
(function ($) {
var bxSlider = jQuery.fn.bxSlider;