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 to always reference latest version of jquery?
How to check/uncheck an input in jquery?
What is jquery.size()? : jquery mobile
How can we apply css in odd childs of parent node using jquery library?
what does $("div") will select? : jquery mobile
List the advantage of using minimized version of jquery?
What is the difference between .js and .min.js?
differentiate between bind() vs live() vs delegate() methods in jquery.
Why there are two different version of jQuery library?
How we can get the value of a radio button using jquery?
Explain the difference between event.preventdefault and "return false"? : jquery mobile
What are the advantage of using cdn? : jquery mobile