Internet Explorer to Firefox javascript migration library - does one exist?

Posted by Brad on Stack Overflow See other posts from Stack Overflow or by Brad
Published on 2010-04-16T22:42:27Z Indexed on 2010/04/16 22:53 UTC
Read the original article Hit count: 265

I am working on a legacy ASP.NET web site that is highly dependent on Internet Explorer. I would like to migrate it to non-IE browsers. I know there are a large amount of differences (as detailed at quirksmode.org, etc.), so I'm searching for a javascript library that can help minimize the amount of source I'd have to change.

I'm hoping that my lack of success in finding such a beast so far means that I'm just a bad google-er, and not that I'm just going to have to slog through coming up with replacements/workarounds for all of IE's proprietary functionality that this site currently uses (it uses quite a bit).

Any help you can provide will be greatly appreciated. Thanks!

© Stack Overflow or respective owner

Related posts about internet-explorer

Related posts about JavaScript