I have this script:
function slideSwitch() { var ae = jQuery(\'#featured-right a.active\'); if ( ae.length == 0 ) { ae = jQuery(\'#featured-r
It seems that IE didn't like the fact that i was accessing the page without a HTTP server :) I was accessing c:\www\my-file. When accessing http://localhost/my-file .. worked great.