Answers

Question and Answer:

  Home  jQuery Mobile

⟩ Explain why there are two different version of jQuery library?

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.

 247 views

More Questions for you: