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  


Explain the types of selectors in jquery?

0 Answers  


Explain all the ways to include jquery in a page?

0 Answers  


How to keep the submit text from showing with jquery mobile? : jquery mobile

0 Answers  


Change the url for a hyperlink using jquery?

0 Answers  






How to programmatically trigger a click event that's being handled by jquery?

0 Answers  


How to prevent Right Click option using jquery?

0 Answers  


How can an element be checked if it contains a specific class?

0 Answers  


Which are the fastest selectors in jquery? : jquery mobile

0 Answers  


Which one is more efficient, document.getElementbyId( "myId") or $("#myId)?

0 Answers  


Tell me which command will give a version of jquery?

0 Answers  


Explain the difference between body onload() and document.ready() function? : jquery mobile

0 Answers  


Categories