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
Differentiate between jquery.size and jquery.length? : jQuery Mobile
Define data paremeter of jquery ajax method?
How can you use array with jquery?
Explain remove class jquery with example?
How to load a page using jquery mobile? : jquery mobile
How you get server response from an ajax request using jquery?
How we can set the html contents of an element in jquery?
What is meant by the term ‘theming’ in jquery mobile? : jQuery Mobile
And finally, if you could give one tip to any new budding jquery ui developers, what would it be?
What are the advantages of using cdn?
Explain the difference between parent() and parents() methods in jquery? : jquery mobile
What does jQuery data() function do?
How to write browser specific code using jquery? : jquery mobile
Explain the common methods of sending a request to a server.
Suppose if you have a server control(asp.net server control, button) and on the click of button you want to call a jquery function, so tell me how you will call a jquery function without postback?