nicescroll plugin for jquery - scrollbars like iphone/ipad
fork from : https://github.com/inuyaksa/jquery.nicescroll.git

Inuyaksa 20786c1df3 First complete commit hace 13 años
MIT.LICENSE 20786c1df3 First complete commit hace 13 años
README 20786c1df3 First complete commit hace 13 años
jquery.nicescroll.js 20786c1df3 First complete commit hace 13 años

README

jquery.nicescroll
copyright 2011 InuYaksa*2011
licensed under the MIT
https://github.com/inuyaksa/jquery.nicescroll


A jquery (since 1.5) plugin for nice scrollbars as ios/mobile style.



1. How to use (simple):

$(document).ready(
function() {
$("body").niceScroll();
}
);



2. How to use (with object returned):

var scrollbars = false;
$(document).ready(
function() {
scrollbars = $("body").niceScroll();
}
);