What is the difference between .js and .min.js?



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

Post New Answer

More jQuery Interview Questions

What is method chaining in jquery and what are the advantages?

1 Answers  


Explain type paremeter of jquery ajax method?

1 Answers  


What is .bind()? : jquery mobile

1 Answers  


How do you get the text value of a selected option?

1 Answers  


List the advantage of using minimized version of jquery?

1 Answers  


How to debug jQuery?

1 Answers  


How can you use a jquery library in your project?

1 Answers  


Explain jquery filter?

1 Answers  


How to work with jQuery parent(), children() and siblings()?

1 Answers  


How we can get the value of a radio button using jquery?

1 Answers  


Can you please explain the difference between .js and .min.js? : jquery mobile

1 Answers  


What are features of jquery or what can be done using jquery?

1 Answers  


Categories