jQuery Mobile Question: Download jQuery Mobile PDF

Explain why there are two different version of jQuery library?

Tweet Share WhatsApp

Answer:

The production version is quite useful at development time as jQuery is open source and if you want to change something then you can make those changes in production version. But the deployment version is minified version or compressed version so it is impossible to make changes in it. Because it is compressed, so its size is very less than the production version which affects the page load time.

Download jQuery Mobile PDF Read All 77 jQuery Mobile Questions
Previous QuestionNext Question
What are two different version of jQuery library?Explain CDN?