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

What is jQuery.noConflict?

1 Answers  


How to add and remove css classes to an element using ?

0 Answers  


How to use connect?

0 Answers  


What is the struts2 jquery plugin and its advantages.

0 Answers  


Is jquery html() method works for both html and xml documents?

0 Answers  






Different ways of using $.connect function in jquery?

0 Answers  


Is there any difference between body onload() and document.ready() function?

1 Answers  


Explain the difference between jquery's ready and holdready?

0 Answers  


Is jquery a framework?

0 Answers  


Why is not dom ready working for jquery mobile? : jquery mobile

0 Answers  


What is the use of delegate() method in jquery?

0 Answers  


Explain the difference between event.preventdefault and "return false"? : jquery mobile

0 Answers  


Categories