A simple, scrollable horizontal list with left-right controls
$('[data-role=horizontal-list]').horizontal_list();
jQuery
Just add minified js and css to your project.
At this moment the plugin accepts one parameter with options. Possible options:
- prev_button: jQuery object - it should be able to accept jQuery's addClass method
- next_button: same as above