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 |
How to check data type of any variable in jQuery?
Explain cdn? : jquery mobile
How to executed jquery selectors? : jquery mobile
What is the use of jQuery load method?
How to check if number is numeric while using jquery 1.7+? : jquery mobile
How to debug jQuery?
What is the use of jquery.data()?
What is a cdn? : jQuery Mobile
How to load jQuery from CDN?
List the basic selectors in jquery?
In what situation you would use multiple version of jQuery and how would you include them?
What does the jQuery migrate function do?