たぼさんの部屋

いちょぼとのんびり

2014-02-27から1日間の記事一覧

swipe.js

swipe.js Swipe = function(element, options) { // return immediately if element doesn't exist if (!element) { return null; } var _this = this; // retreive options this.options = options || {}; this.index = this.options.startSlide || 0; this…