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 is method chaining in jquery and what are the advantages?
Explain type paremeter of jquery ajax method?
What is .bind()? : jquery mobile
How do you get the text value of a selected option?
List the advantage of using minimized version of jquery?
How to debug jQuery?
How can you use a jquery library in your project?
Explain jquery filter?
How to work with jQuery parent(), children() and siblings()?
How we can get the value of a radio button using jquery?
Can you please explain the difference between .js and .min.js? : jquery mobile
What are features of jquery or what can be done using jquery?