What are two different version of jquery library? : jquery mobile



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

Post New Answer

More jQuery Interview Questions

Can you call C# code-behind method using jQuery? If yes,then how?

1 Answers  


How to get the value of selected option in jquery?

1 Answers  


How do you check or uncheck a checkbox input or radio button?

1 Answers  


Explain jquery $.ajax() method?

1 Answers  


Tell me does jquery 2.0 supports ie? : jquery mobile

1 Answers  


What is jquery.size()? : jquery mobile

1 Answers  


What is the difference between jquery's ready and holdready?

1 Answers  


Change the url for a hyperlink using jquery?

1 Answers  


You get "jquery is not defined" or "$ is not defined" error. What could be the reason?

1 Answers  


Tell me what are the slow selectors in jquery? : jquery mobile

1 Answers  


Differences Between jQuery .bind() and .live()?

1 Answers  


Tell me how do you stop the currently-running animation? : jquery mobile

1 Answers  


Categories