Why there are two different version of jQuery library?



Why there are two different version of jQuery library?..

Answer / chaitanya

jQuery library comes in 2 different versions.

Development

Production/Deployment

The development 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 development 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.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

Explain jquery connect?

0 Answers  


What is the use of jQuery filter?

0 Answers  


Difference between javascript and jquery?

0 Answers   HCL,


Which are the fastest selectors in jquery? : jquery mobile

0 Answers  


What is meant by the term ‘theming’ in jquery mobile? : jQuery Mobile

0 Answers  






What is the use of jquery .each() function?

1 Answers  


Why is only the first page of multi page document loaded? : jquery mobile

0 Answers  


What is the difference between jquery.size() and jquery.length?

1 Answers  


How can we give face effect in jquery?

0 Answers  


Is jQuery is a replacement of JavaScript?

0 Answers  


How can you get the type of arguments passed to a function?

0 Answers  


Which selector has better performance id or class and why?

0 Answers  


Categories