What are two different version of jquery library? : jquery mobile
Answer / Dhanesh Kumar Pandey
Two common versions of the jQuery library are: 1) The minified production version, which has had all unnecessary whitespace and comments removed for a smaller file size (e.g., `jquery.min.js`). 2) The uncompressed development version, which includes source maps and helpful comments for debugging purposes (e.g., `jquery.js`).
| Is This Answer Correct ? | 0 Yes | 0 No |
Can you call C# code-behind method using jQuery? If yes,then how?
How to get the value of selected option in jquery?
How do you check or uncheck a checkbox input or radio button?
Explain jquery $.ajax() method?
Tell me does jquery 2.0 supports ie? : jquery mobile
What is jquery.size()? : jquery mobile
What is the difference between jquery's ready and holdready?
Change the url for a hyperlink using jquery?
You get "jquery is not defined" or "$ is not defined" error. What could be the reason?
Tell me what are the slow selectors in jquery? : jquery mobile
Differences Between jQuery .bind() and .live()?
Tell me how do you stop the currently-running animation? : jquery mobile