I am getting an error in IE8: Object doesn't support this property or method
yet everything works in the other browsers no problem. When IE is refreshed the error goes away and the slideshow displays properly.
Here is the code.
$(window).load(function(){
$('.flexslider').flexslider({
animation: "slide",
start: function(slider){
$('body').removeClass('loading');
}
});
});
The line causing the error is $('.flexslider').flexslider({
I've tried various solutions to no avail. Any suggestions?