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

Can we have multiple document.ready() function on the same page?

1 Answers  


What is the difference between .empty(), .remove() and .detach() methods in jQuery?

1 Answers  


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

1 Answers  


Tell me what is the use of .size() method in jquery?

0 Answers  


How to search for descendant elements that match the specified selectors using ?

0 Answers  


What is each() function in jQuery? How do you use it?

0 Answers  


What is get()? : jquery mobile

0 Answers  


Define animate function in jquery?

0 Answers  


What is .siblings() method in jquery?

0 Answers  


What is the difference between jQuery and jQuery UI?

2 Answers  


What are the various ajax functions available in jquery ?

0 Answers  


How to use connect?

0 Answers  


Categories