[jQuery] Jquery can learn from Mootools for distribution its code

[jQuery] Jquery can learn from Mootools for distribution its code

Mootools distribution allows you to build a custom distribution with
just the functionality
you need.
http://mootools.net/download
I would love it if we could do this with jquery.
95% of what I use jquery for is Unobtrusive Scripting.
i.e.
$("span#closeppk").click(function()
The other 5% is the Ajax functionally and ready function
$("span#bigppk").load("file.txt")
$(document).ready(function(){
for almost everything else i just write my javascript code.
I know a lot of functionality is packed into the 20k download but I don't use
more the 3k or 4k of it and would like to have an auto build like mootools'
so i don't carry around more code then I need.
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/