jQuery Mobile Question:
Download Questions PDF

Explain why there are two different version of jQuery library?

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 Interview Questions And Answers PDF

Previous QuestionNext Question
What are two different version of jQuery library?Explain CDN?