Answer Posted / chaitanya
jQuery library comes in 2 different versions Development and Production/Deployment. The deployment version is also known as minified version. So .min.js is basically the minified version of jQuery library file. Both the files are same as far as functionality is concerned. but .min.js is quite small in size so it loads quickly and saves bandwidth.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of clone method in jQuery?
Difference between javascript and jquery? : jQuery Mobile
Tell me does jquery 2.0 supports ie? : jquery mobile
Which version of jquery file should be used?
What is .detach()? : jquery mobile
Define jquery connect?
What are selectors in jquery mean ?
Why we use jquery .each() function?
What is .remove()? : jquery mobile
Is jquery a library for client scripting or server scripting? : jquery mobile
How to find all sibling elements after the current element using ?
How we can check if an element is empty or not using jquery?
How we can hide a block of html code on a button click using jquery?
What are the selectors in jquery? How many types of selectors in jquery?
How can we apply css in div using jquery?