You can get the modules from the SVN and glue them together right away, every file uses jQuery.fn.extend. It's gonna be tough keeping track of dependencies though. http://jqueryjs.googlecode.com/svn/trunk/jquery/src/
jQuery is only 18kb when gzipped, I guess you won't be able to cut that down to less than 10/12kb, does it make such a difference? It's much easier to optimize images using sprites and different compression and file types, you can get more savings than that with much less effort. - ricardo On Apr 22, 1:44 pm, paulinstl <paulsha...@gmail.com> wrote: > I'm very happy with jQuery, i just don't need all of it. Kinda like > how the jqueryUI builds custom downloads. > > On Apr 22, 11:08 am, jerone <jeron...@gmail.com> wrote: > > > I would never recommand removing parts from a library. > > jQuery is one of the smallest libraries, but I you want it smaller, > > you better script it yourself.