Sunday, May 31, 2009

[jQuery] Re: How to remove unneeded functions of jquery?

You could check out a copy of the SVN version and build it yourself from its component parts:


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




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?

No comments: