I would really like to deploy my project using jquery but afraid it may annoy the dail up users. So is it possible to integrate JQuery within the browser itself?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
jQuery is a 19K download (minified and gzipped), which is a few seconds even on dialup. I wouldn’t worry about it.
The only thing you should do is correctly version it so you only download it when it changes. You can do that by simply getting it from the Google AJAX Libraries API
.
What you should be aware of is the best practice for static content that is delivered from your site should:
The jQuery from Google is already versioned with the jQuery version number. With your own content it’s common to, say, use the last modified time of the file as part of the URL, eg: