Does jQuery 2.0 supports IE?

Answers were Sorted based on User's Feedback



Does jQuery 2.0 supports IE?..

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

Does jQuery 2.0 supports IE?..

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

Does jQuery 2.0 supports IE?..

Answer / ramyagurrala

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

Post New Answer

More jQuery Interview Questions

What are the slow selectors in jquery? : jquery mobile

0 Answers  


What is the use of delegate() method in jquery?

0 Answers  


How do you disable or enable a form element?

0 Answers  


How do you install/use jquery in a project.

0 Answers  


How JavaScript and jQuery are different?

1 Answers  






Explain the difference between $(this) and 'this' in jquery?

0 Answers  


Is it possible to use jquery to make ajax request? : jquery mobile

0 Answers  


What is the use of noconflict() method in jquery?

0 Answers  


Which one is more efficient, document.getelementbyid( "idname") or $("#idname)?

0 Answers  


explain width() vs css(‘width’) in jquery

0 Answers  


Tell me can we have multiple document.ready() function on the same page? : jquery mobile

0 Answers  


Tell me which program is useful for testing jquery?

0 Answers  


Categories