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 use of jQuery filter?
How to validate email using jquery?
Name 3 available jquery plugins that bootstrap has in their query plugin library.
What is the difference between find and children methods?
How we can apply css in multiple selectors in jquery?
Differentiate between width() vs css(‘width’) in jquery
What is event.stoppropagation? : jquery mobile
What is the difference between the id selector and class selector in jquery?
Differentiate among .empty() vs .remove() vs .detach() in jquery.
Is it possible that jquery html work for both html and xml document?
What is the slowest selector in jQuery?
Explain the difference between body onload() and document.ready() function? : jquery mobile
How to stop jqm from auto-enhancing an element? : jquery mobile
Define .siblings() method in jquery?
What is eq()? : jquery mobile