I am developing a website that uses a lot of jQuery and I have found that making sure everything works with Internet Explorer is a pain. How do professionals deal with this problem?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’ve had to do a lot of cross-browser compatibility and use jQuery too (though I don’t find the two in conflict; I suspect that the problem lies elsewhere even if it manifests when jQuery is used).
Are you aware of IE’s developer tools? (press F12) It works a bit like Firebug or Chrome’s developers tools. Of course, it’s not as good. But still, you can edit code live.
(If you’ll describe the sort of errors you encounter, I may have some best practices.)
(jerluc has a point. Contiguous integration is a must — but I assume you’re already doing that.)