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 |
How do I check if an HTML element is empty using jQuery?
What is the purpose of fadetoggle() method in jquery?
How to disable jquery animation? : jquery mobile
What is jQuery?
What are the advantages of minified version of jquery?
Explain the each() function?
explain width() vs css(‘width’) in jquery
What are selectors in jquery mean ?
Is vanilla js faster than jquery?
How to debug jquery code/ debug jquery?
What are source maps in jQuery?
How we can modify the css class in jquery?