jQuery Mobile Question:
Download Questions PDF

Can you please explain the difference between .js and .min.js?

Answer:

jQuery library comes in 2 different versions Production and 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 Mobile Interview Questions And Answers PDF

Previous QuestionNext Question
Can you please explain the difference between body onload() and document.ready() function?What are two different version of jQuery library?