My website I am making for a client is here : http://vicewebdesign.com/resonantlight_com/
It works perfectly in chrome and firefox but in IE non of the plugins (jquery) work, There are 3 diff jquery plug ins, the home page hre has a nivo slider not working in IE : http://vicewebdesign.com/resonantlight_com/
The tabify plugin foron this pag isnt working in IE :http://vicewebdesign.com/resonantlight_com/perl
and also on the same page the quovolver plug in isnt working.
I have searched this alot and all the ansers I find are specific to a plug in and my prblem is NONE of my jquery is working. I tried diff library code script like differnt versions and all and latest. But nothing working !
The problem is that IE9 is now adhering to standards and this gives problems with plugins trying to circumvent the pre IE9 problems.
One possible solution is to force IE9 in IE8 standards mode with this meta tag:
the other option is to fix the code:
most UI plugins reside on
$.browser.msieto check if we are in IE but they don’t check the version. In my case the solution (jquery.ui.checkbox.js) was to replace all$.browser.msiecalls with this variable :This solution is better than adding the meta tag as it will enable all IE9 features.