Is jQuery modular? How to trim it down?
Posted
by usr
on Stack Overflow
See other posts from Stack Overflow
or by usr
Published on 2010-05-25T15:44:45Z
Indexed on
2010/05/25
15:51 UTC
Read the original article
Hit count: 159
Uncompressed, jQuery is 160KB in size. I did not see a way to exclude seldomly used parts of it like with jQuery UI. How can I reduce the (compressed and minified) file size of jQuery? I am quite concerned because dial-up lines and slow machines/browsers are very common among users of my site.
© Stack Overflow or respective owner