watusi / jquery-mobile-iscrollview

JQuery Mobile widget plug-in for easy use of the iScroll javascript scroller.
408 stars 183 forks source link

Cannot set option fadeScrollbars #143

Closed rdrathod closed 10 years ago

rdrathod commented 10 years ago

I am not able to set option of scrollbar - fadeScrollbars = false to true.

$(document).on("iscroll_init", function() { $.mobile.iscrollview.prototype.options.fadeScrollbars = true;
});

rdrathod commented 10 years ago

I found the other way...