You could check out a copy of the SVN version and build it yourself
from its component parts:
http://docs.jquery.com/Downloading_jQuery#Subversion_.28SVN.29
Once you've downloaded it, you'll see a src directory, which has the
separate files that make up jQuery core:
src/
ajax.js
attributes.js
core.js
css.js
data.js
dimensions.js
event.js
fx.js
intro.js
manipulation.js
offset.js
outro.js
selector.js
support.js
traversing.js
Good luck.
--Karl
____________
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On May 31, 2009, at 4:26 AM, Jquery user wrote:
Hello Jquery members ,
I'm wondering how to remove unneeded functions out of jquery.
This could strongly reduce the file size!
Can somebody tell me more about it?