By visiting www.carsense.com and clicking on the login link in the top-right corner, you may notice that the curtain appears but the modal itself does not display, even though it exists:
If you locate id="content1" and modify the inline opacity to 1, the modal will become visible. This should be achieved through jQuery's animate function, however, it seems to be failing specifically in IE 10.
After conducting some research, I have come across two possible explanations: 1. It could be a bug in IE 10 or 2. Perhaps jQuery’s syntax is incompatible with IE 10 in this particular case. Unfortunately, I haven't been able to confirm either theory conclusively.
What would be the most effective way to resolve this issue in a manner that won’t be compromised once IE or jQuery are updated?
UPDATE: My current jQuery version is 1.7.1