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

Inuyaksa 20a5a0b156 First commit (3 times) 13 年之前
MIT.LICENSE 20786c1df3 First complete commit 13 年之前
README 20a5a0b156 First commit (3 times) 13 年之前
jquery.nicescroll.js 20786c1df3 First complete commit 13 年之前

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.
Compatible with Firefox 4+, Chrome 5+, Safari 5+, Opera 10+, IE 8+.



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();
}
);