Skip to content

Instantly share code, notes, and snippets.

@zlove
zlove / jquery.bxslider-alt.js
Last active January 24, 2018 19:58
Wrap bxSlider so that we can override options per slider with data attributes.
;(function ($) {
/**
* Return an object consisting of properties of 'data'
* that match the regex 'pattern'. If trim is not false,
* trim the matched 'pattern' from the property name,
* and make the first char of the remaining property
* name lowercase.
*/
function filterData(data, pattern, trim) {
var data,