$(document).ready(function() {
$("body").niceScroll();
$("#wrapper").niceScroll({touchbehavior : true, bouncescroll : true, cursoropacitymin : 1 });
});
But when I want to implement it on specific div(for mutltiple pages) then its not working. Kindly suggest me the way to resolve it.

New Topic/Question
Reply


MultiQuote


|