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 |
Can we have multiple document.ready() function on the same page?
What is the difference between .empty(), .remove() and .detach() methods in jQuery?
What is the difference between .js and .min.js?
Tell me what is the use of .size() method in jquery?
How to search for descendant elements that match the specified selectors using ?
What is each() function in jQuery? How do you use it?
What is get()? : jquery mobile
Define animate function in jquery?
What is .siblings() method in jquery?
What is the difference between jQuery and jQuery UI?
What are the various ajax functions available in jquery ?
How to use connect?