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
What is the difference between onclick and onsubmit?
Tell me how to use migrate jquery plugin if possible? : jquery mobile
What is serialize() in jquery?
What is the difference between settimeout() and setinterval() methods?
Difference Between Prop and Attr in jQuery?
Explain .live()? : jquery mobile
Define data paremeter of jquery ajax method?
What is the difference between jquery's ready and holdready?
How do you get the text value of a selected option?
How does jquery mobile theming work? : jquery mobile
What is the use of jQuery load method?
Which program is useful for testing jQuery?
Why we need jquery?
Write the code to define a requirejs module with its dependencies.
What are the approaches of extracting a query string with regular expressions?