noeldelgado / gemini-scrollbar

:first_quarter_moon: Custom overlay-scrollbars with native scrolling mechanism for web applications

Home Page:https://noeldelgado.github.io/gemini-scrollbar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#suggestion gemini-scrollbar not for a jquery?

rajagopal14 opened this issue · comments

Hi @rajagopal14, you can use this library with jQuery too.

var myScrollbar = new GeminiScrollbar({
    element: $('.my-scrollbar')[0]
}).create();