Which is the latest version of jQuery library?
Answer / chaitanya
The latest version (when this post is written) of jQuery is 1.10.2 or 2.0.3. jQuery 2.x has the same API as jQuery 1.x, but does not support Internet Explorer 6, 7, or 8.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the difference between alert() and confirm()?
What is jQuery plugin and what is the advantage of using plugin?
In what situation you would use multiple version of jQuery and how would you include them?
Mac, windows or linux? Why do you love this platform while using jquery?
What is jQuery UI?
What does jQuery data() function do?
What is wrong with this code line "$('#myid.3').text('blah blah!!!');"
explain bind() vs live() vs delegate() methods in jquery
Is there any difference between body onload() and document.ready() function?
What is the use of val() method in jquery?
How to execute jQuery code after the DOM is ready?
How is the deferred method in jquery important in relation to animate method?