We have a website working in IE 8 now and we need to make it work in IE 11 (Non comparability mode). When I make changes to work in IE 11 it is not working in IE8(JavaScript issue like tag-name giving different value, create srcelement,document.all and many
more issues).
I tried creating two java script files one for IE8 and one for IE 11 and loaded based on IE version for couple of pages but seems its not practical. What is the best way to deal with this type of situation?
Go to the complete details ...