I have mobile web app and want to use the JQuery Slider control.
http://docs.jquery.com/UI/Slider
However, to do so, it requires the entire JQuery core (29kb compressed & gzipped).
Is it possible to just use Sizzle (4kb) + the JQuery Slider (4kb) control to have a working slider without the need for JQuery core (29kb)?
(I'm trying to cut down as much bloat out as possible since this is for a mobile app, every kb makes a huge difference and if I was able to cut approx 29kb by dumping the jquery core - that would be huge ).