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 |
Explain each() function in jquery?
Tell me what does $("div") will select? : jquery mobile
How to prevent Right Click option using jquery?
Tell me an example usage of jquery mobile? : jquery mobile
Can there be more than one ready function in jquery?
How to redirect to another page using jquery?
Can jquery be used to make an ajax request?
Please explain remove class jquery with example?
Why we use jquery .each() function?
What are features of jquery or what can be done using jquery?
Why we use chaining in jquery?
What are deferred and promise object in jQuery?