rochal / jQuery-slimScroll

small jQuery plugin that transforms any div into a scrollable area with a nice scrollbar. Demo and more:
http://rocha.la/jQuery-slimScroll
2.23k stars 925 forks source link

Lightweight jQuery UI replacement #18

Open littke opened 12 years ago

littke commented 12 years ago

Given that the jQuery UI is >~350 kB, I'd rather include a basic version which contains only that which is needed for slimScroll to work. I currently don't use jQuery UI and have no plan to include that many lines of JS just to get this plugin working.

Or even better, stop depending on it entirely, but I guess that's not going to happen.

Thanks for your great work!

czottmann commented 12 years ago

@littke: you don't need to include all of jQuery UI. It's quite enough to usa a custom UI build that only contains Draggable and its dependencies. That jQuery UI build comes down to 29kB.