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 the difference between .js and .min.js? : jquery mobile

0 Answers  


Is it possible to use other client side libraries like MooTools, Prototype along with jQuery?

1 Answers  


Differentiate between calling stop (true, true) and finish method?

0 Answers  


Explain the script build up by jquery?

0 Answers  


How can related code be encapsulated? Give example.

0 Answers  


How to concatenate two strings using jquery?

0 Answers  


What is difference between onload and ready?

0 Answers  


Need to add jQuery file in both Master and Content page?

0 Answers  


How to call a method inside code-behind using jquery?

0 Answers  


What are selectors in jquery? Explain

0 Answers  


How can we give face effect in jquery?

0 Answers  


What are the methods used to provide effects in jquery?

0 Answers  


Categories