How can I use gzipped version of jQuery in my site?
jQuery says it开发者_JAVA技巧 is 31KB when it is gzipped. Can anybody please help me how to use that gzipped version in my site?
Use Google's CDN for maximum caching and availability! http://code.google.com/apis/libraries/devguide.html#jquery
Your server will gzip it so long as the client can accept gzipped.
精彩评论