Example of remove a jScroller2 Object
This example show you how you can remove a jScroller2 Object.
You need simple add a id to the jscroller2 Div and then you can used:
ByRei_jScroller2.remove([object]);
Please keep in mind, that when you used the remove command, you only remove the jScroller2 Events and not the DIV itself.
Click for testing
Remove jScroller2 Event

This is a Test, in this Test you can see that the Scroller can Scroll Images , Link and other things.
You can also used DIVs in the Scroller without problems:
HTML Code
<link rel="stylesheet" type="text/css" href="jscroller2-1.0.css">
<script type="text/javascript" src="jscroller2-1.61.js"></script>
<div id="scroller_container">
<div id="scroller">
...
</div>
</div>
CSS Code
/* Scroller Box */
#scroller_container {
width: 120px;
height: 200px;
overflow: hidden;
}
/* Scoller Box */
/* CSS Hack Safari */
#dummy {;# }
#scroller_container {
overflow: auto;
}