I have a mobile web application and want to use a jQuery Slider control.
http://docs.jquery.com/UI/Slider
However, this requires the entire core of jQuery (29kb and gzipped compression).
Is it possible to use Sizzle (4kb) + a jQuery Slider (4kb) control to have a working slider without the need for a jQuery core (29kb)?
(I'm trying to reduce as many bloats as possible, since this is for a mobile application , every kb is of great importance, and if I could reduce about 29 kb by dropping the jquery core it would be huge).
source
share