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

Inuyaksa 5eb0ace7b7 Secondo commit (tris) 13 лет назад
demo be59cc1c2a Second commint 13 лет назад
MIT.LICENSE 5eb0ace7b7 Secondo commit (tris) 13 лет назад
README b3ce5c6987 Second commit (bis) 13 лет назад
jquery.nicescroll.js be59cc1c2a Second commint 13 лет назад

README

jquery.nicescroll
v. 1.5.0 10-30-2011
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.
It supports DIVs, IFrames and document page (body) scrollbars.
Compatible with Firefox 4+, Chrome 5+, Safari 4+, Opera 10+, IE 8+.

Only vertical scrolls supported in this version.



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