I am looking for a basic and simple way to buildt a scrollbar with jquery, but i cant seem to find any good tutorials, and i dont want to use a plugin. I have looked at some plugins but my JS skills are way to poor to understand these plugins.
So I am looking for a simple, basic and lightweight to buildt scrollbar, anybody an idea?
You mean something like this?
But it’s just a non-plugin concept that uses the jQuery UI library:
DEMO
HTML e.g:
CSS e.g:
You can play to turn it into a plugin and improve the code.
A good start I think.