What is the difference between .js and .min.js?
Answer / 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 |
What are the difference between empty(), remove() and detach() functions in jquery?
How to get the value of selected option in jquery?
What are the paremeter of jquery ajax method?
How to revert the most recent ‘destructive’ operation, changing the set of matched elements to its previous state using ?
What is the difference between javascript and jquery?
How to Use the jQuery load() Method?
What is jQuery?
Explain the difference between .js and .min.js? : jquery mobile
How to read cookies in jquery?
Why do we use jquery? : jquery mobile
What are jquery selectors?
What are the two types of CDNs?