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 |
Tell me is jquery a library for client scripting or server scripting? : jquery mobile
What does $("div.parent") will select?
How can related code be encapsulated?
What is jquery mobile theming? : jquery mobile
Tell me how do you stop the currently-running animation? : jquery mobile
Write a code for the implementation of a module pattern.
Explain how jquery works?
How can you select all elements in a page using jquery?
Explain event.preventdefault? : jquery mobile
How to include jquery library in asp.net project?
What are the advantage of using minimized version of jquery?
How to work with jQuery parent(), children() and siblings()?