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 |
Whether jQuery HTML work for both HTML and XML documents?
What is .siblings() method in jquery?
Why use jQuery filter() Methods?
Does jquery 2.0 supports ie? : jquery mobile
Which sign is used as a shortcut for jQuery?
How do you check if an element exists or not in jQuery?
How we can hide a block of html code on a button click using jquery?
How we can select multiple elements in jquery?
How to fetch the values of selected checkbox array using jquery?
How does caching helps and how to use caching in jQuery?
How to get the server response from an ajax request using jquery?
How to load a page using jquery mobile? : jquery mobile