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 |
Difference between document.ready() and body onload()?
JQuery or JavaScript which is quicker in execution?
How you will use jquery means requirement needed for using jquery.
what is the use of param() method in jquery .
How to fetch the values of selected checkbox array using jquery?
How To Use Ajax In Jquery?
Can you call C# code-behind method using jQuery? If yes,then how?
What is method chaining in jquery and what are the advantages?
How do you attach a event to element which should be executed only once?
What are all the ways to include jQuery in a page?
What is the difference between settimeout() and setinterval() methods?
Define cdn in jquery?