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 delete cookies in jquery?

0 Answers  


What is the difference between onload() and document.ready()?

0 Answers  


In what scenarios jQuery can be used?

0 Answers  


How can we apply css in last child of parent using jquery library?

0 Answers  


What is the difference between settimeout() and setinterval() methods?

0 Answers  


Define each() function in jquery?

0 Answers  


How to programmatically trigger a click event thats being handled by jquery only?

0 Answers  


How can we apply css in even childs of parent node using jquery library?

0 Answers  


How to executed jquery selectors? : jquery mobile

0 Answers  


What is the difference between $('div') and $('<div/>') in jQuery?

1 Answers  


Difference between detach and remove? : jQuery Mobile

0 Answers  


Explain the animate function.

0 Answers  


Categories