0.02
No commit activity in last 3 years
No release in over 3 years
http://www.nikolaydyankov.com/lionbars
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 3.1.0
 Project Readme

jQuery LionBars

Port jQuery plugin LionBars to a gem, works with asset pipeline.

Demo: http://www.nikolaydyankov.com/lionbars/#demo

Usage:

require js and stylesheets

require js:

//= require 'jquery-lionbars'

require scss:

@import 'jquery-lionbars';

use:

<script>
  $('#div1').lionbars();
</script>

Options:

lionbars(color, showOnMouseOver, visibleBar, visibleBg)&nbsp;

color: Either "light" or "dark". Choose wisely! Defaults to "dark". showOnMouseOver: When the mouse moves over the content element, the scrollbar is shown. Defaults to false. visibleBar: Scrollbar is always visible. Defaults to false. visibleBg: Full length scrollbar (or scrollbar background) is always visible. Defaults to false.

see more detail from: http://www.nikolaydyankov.com/lionbars