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 |
Explain why there are two different version of jquery library? : jquery mobile
What the use of $ symbol in jquery.
What is the difference between find and children methods?
How to disable jQuery animation?
What were the biggest challenges of getting the 1.7 release out there?
Tell me how to check if number is numeric while using jquery 1.7+? : jquery mobile
What are the various ajax functions available in jquery ?
What is event preventdefault () and event stoppropagation () in jquery?
How do you attach a event to element which should be executed only once?
What are two different version of jquery library? : jquery mobile
Give a brief idea about jquery mobile? : jQuery Mobile
Explain jquery $.ajax() method?