Why there are two different version of jQuery library?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain cdn? : jquery mobile

491


Tell me how to executed jquery selectors? : jquery mobile

464


Write a code for the implementation of a module pattern.

469


Suppose if you have a server control(asp.net server control, button) and on the click of button you want to call a jquery function, so tell me how you will call a jquery function without postback?

447


What is the difference between jquery.get() and jquery.ajax()?

463






How we can check if an element is empty or not using jquery?

452


What are the types of selectors in jQuery?

522


Where can we download JQuery?

483


What is the use of param() method?

531


What is the use of jQuery filter?

470


How to Use the jQuery load() Method?

541


What is the advantage of using minimized version of jQuery?

488


How to add a class to html element?

461


What are selectors in jquery? : jQuery Mobile

484


How to find all sibling elements in front of the current element using ?

510