When you go to jquery.com you see on top right "Grab the latest version! Choose your compression level:" its saying 32Kb for Production (compressed) version in reality when you download it its 91Kb. Go figure if they forgot to update it or want to mislead people who new to it into that its compact thing.
Tell me more
×
Webmasters Stack Exchange is a question and answer site for
pro webmasters. It's 100% free, no registration required.
closed as not a real question by danlefree♦ Oct 26 '12 at 22:26
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
The information they are providing is right because the gzipping happens on the server that gives the file. The server you are using has to be configured to allow gzipped version of javascript files. The version from Google CDN is already gzipped. |
|||||
|
|
I would suggest reading why jQuery is actually a great framework to use. But you can be stubborn and write pure javascript the long hard way the rest of your life. Why not download the uncompressed version of jQuery and minify it yourself? |
|||
|
|