Does jQuery 2.0 supports IE?
Answers were Sorted based on User's Feedback
Answer / chaitanya
No. jQuery 2.0 has no support for IE 6, IE 7 and IE 8.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / wasim
Yes jQuery 2.0 has supported IE but higher version IE11,IE9 etc not lower version.
| Is This Answer Correct ? | 0 Yes | 0 No |
If we need IE 6/7/8 support, choose 1.9. otherwise we can use either 1.9 or 2.0, because jquery 2.0 wont support version 6,7,or 8.It will support from version 9.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of noconflict() method in jquery?
What is jquery a client or server scripting?
How do you get the attribute of an html tag in jquery?
What is the advantage of using protocol less URL while referencing jQuery from CDNs?
How can jquery library be added to pages? Write a basic jquery code?
In what situation you would use multiple version of jQuery and how would you include them?
Have any of your startup projects failed dismally - if so, why and how did you learn from them?
Which are the fastest selectors in jquery? : jquery mobile
With jquery which operating system is more compatible?
How to give face effect in jquery?
explain width() vs css(‘width’) in jquery
What is the basic need to start with jQuery?