A JavaScript Scrolling Framework For Mobile Web.
makes mobile web development faster and easier.
It's made for folks of all skill levels, devices of all shapes, and projects of all sizes.
// XScroll has been put on window
var xscroll = new XScroll({
renderTo:"#J_Scroll",
scrollbarX:false,
lockX:true
});
xscroll.render();
You shold put two elements wich has the classname '.xs-container' and '.xs-content' wrappered by the renderTo element , like this follow.
//for scroll-vertical
//for scroll-horizontal
scroll-content