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 |
Which is the latest version of jQuery library?
How to get/set the html contents of an element using jQuery?
Can you please explain the difference between prop and attr? : jquery mobile
What are the various ajax functions available in jquery ?
Is jQuery a library for client scripting or server scripting?
Explain the difference between parent() and parents() methods in jquery? : jquery mobile
How JavaScript and jQuery are different?
Define type paremeter of jquery ajax method?
How we can modify the css class in jquery?
What is the use of html() method in jquery?
Explain the script build up by jquery?
What is the basic need to start with jQuery?