🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

scrollbox is an accessible and touch-enabled jQuery scrollbar plugin that creates a custom scrollbar on a scrollable element that is consistent across browsers, and is WCAG 2.0 compliant.

scrollbar

Documentation

scrollbox

jQuery extension for a custom scrollbar that looks consistent across browsers and devices which is WCAG friendly

##Use //init scrollbox $('.scrollbox').scrollbox();

//remove scrollbox $('.scrollbox').scrollbox('destroy');  //customise styles $('.scrollbox').scrollbox({   track: {     background: '#00FF00'   },   handle: {     background: '#0000FF'   } }); 

You May Also Like