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 |
How can images be made to appear scrolling one over another?
What are the the two types of cdns?
How to always reference latest version of jquery?
Why do we use jquery? : jquery mobile
Is jQuery is a JavaScript or JSON library file?
How to get/set the html contents of an element using jQuery?
What is the difference between text() and html() in jquery?
Tell me how to select combobox select value and text using jquery?
What is the use of .size() method in jquery?
How can you add a jquery library in your project?
What is jquery.noconflict? Explain
Tell me how to disable jquery animation? : jquery mobile