Answer Posted / 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 |
Post New Answer View All Answers
What is jquery.noconflict? Explain
How to select combobox select value and text using jquery?
How to prevent Right Click option using jquery?
What is difference between $(this) and ‘this’ in jquery?
How we can modify the css class in jquery?
What is the basic requirement to start with the jquery?
What are the the two types of cdns?
What are the various ajax functions available in jquery ?
Explain "beforesend(xhr)" paremeter of jquery ajax method?
How can we give face effect in jquery?
What is the difference between find and children methods?
What is a jquery ?
Can you please explain the difference between event.preventdefault and "return false"? : jquery mobile
Is jQuery a programming language?
How to check/uncheck an input in jquery?