
A jQuery plugin that transforms a container div (wrapper) that contains a child div (scroller) contents in a box using two vertically sliding up and down buttons. The contents of the scroller div can be any HTML element even a table, unlike other plugins. The plugin will automatically calculate the height of the scroller div. You can use multiple instances of the scroller on the same page just by changing the id of the wrapper div, the div scroll wheel and buttons. You can set how many pixels to scroll through the content and flow speed. It has the following features:
- just create two div, one inside the other
- the outer div is the container
- the inner div is the scroll wheel
- two buttons to scroll up and down
- all elements inside the div scroller will scroll when you press any buttons



