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

Define slidetoggle() effect?

0 Answers  


What is chaining in jQuery?

1 Answers  


How to disable cut,copy and paste in TextBox using jQuery?

0 Answers  


Explain finish method in jquery? : jquery mobile

0 Answers  


What are the various ajax functions available in jquery ?

0 Answers  






Explain how jquery works?

0 Answers  


How do you check if an element exists or not in jQuery?

1 Answers  


What are your tools of choice to get the jquery job done?

0 Answers  


Is it possible to use jquery to make ajax request? : jquery mobile

0 Answers  


Explain jquery filter?

0 Answers  


What is the starting point of code execution in jquery?

0 Answers  


Why is jquery better than javascript?

0 Answers  


Categories