0.1.0 • Published 9 years ago

jquery-scrollbuttons v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

jQuery Scroll Buttons Plugin

A jQuery plugin that adds cross-browser horizontal scroll buttons support.

In order to use the plugin, simply enable the scrollButtons plugin in a element.

<!-- Decorate elements with sb-* classes-->
<div id="my_elem" class="sb-scrollbtns">
    <div class="sb-scrollable">
    </div>
    <div class="sb-scrollable">
    </div>
    <div class="sb-scrollable">
    </div>
</div>
// using scrollButtons
$('#my_elem').scrollButtons()

Support for UMD modules

Support for AMD, Node/CommonJS, Browser globals is baked in.