Showing posts with label JQUERY. Show all posts
Showing posts with label JQUERY. Show all posts

Friday, August 23, 2013

Mac style scroll

 




$(document).ready(
     function() {
       $("html").niceScroll({cursoropacitymin:0.5, cursorcolor:"#00F"});
     }
);