We are using Jquery 1.7.1 with IE 8
for a long time and we planned to migrate to IE11
.
But when we run our application, we are getting the error below:
File: jquery-1.7.1.js
Line No:1437
Code: delete div.test;
Error: Object doesn't support this property or method
I don't know how to resolve this issue.I tried with IE Enterprise mode but that also doesn't solve the problem.
Someone please help me to resolve this issue.