08/05/2013 at 9:13 pm
#266556
Keymaster
You have this line of code in your page head:
<meta http-equiv="X-UA-Compatible" content="IE=7" />
This is forcing IE to run as IE7. That is causing jQuery a problem. remove that, and things are happy again.
