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

How to use migrate jQuery plugin?

1 Answers  


How we can select multiple elements in jquery?

0 Answers  


Can we execute/run multiple Ajax request simultaneously in jQuery? If yes, then how?

1 Answers  


How do I check if the DOM is ready?

0 Answers  


Explain jquery filter?

0 Answers  






Tell me how to disable jquery animation? : jquery mobile

0 Answers  


What are the slow selectors in jquery? : jquery mobile

0 Answers  


What are the differences between size and length in jquery?

0 Answers  


Is jquery is json library file or a javascript?

0 Answers  


Define type paremeter of jquery ajax method?

0 Answers  


Which sign is used as a shortcut for jQuery?

0 Answers  


How can you use a jquery library in your project?

0 Answers  


Categories