JQuery Programmer Question: Download JQuery Programmer PDF

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

Tweet Share WhatsApp

Answer:

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

Download JQuery Programmer PDF Read All 201 JQuery Programmer Questions
Previous QuestionNext Question
How to get the direct parent of an element using jQuery?How to get the style property of an element using jQuery?