Dear People,

Im getting an error when loading a jQuery powered image rotator in IE, if bin looking but as far as i concern i can't see a mistake? I'd like to have youre opinion on this:

 

  1. jQuery.noConflict();
  2. jQuery('document').ready(function (){
     
     jQuery('#rotator').transition({
      duration : 3000,
      images : ['http://reggesign.nl/assets/templates/default/images/header.png', 'http://reggesign.nl/assets/templates/default/images/header1.png', 'http://reggesign.nl/assets/templates/default/images/header2.png', 'http://reggesign.nl/assets/templates/default/images/header3.png'],
      type : 'fade'
     });
     
    });







 

Its running on jQuery 1.3.2. http://www.reggesign.nl/assets/js/transitions/jquery.js

Also if needed jQuery Transition Plugin  http://www.reggesign.nl/assets/js/transitions/jquery.transitions.js

Error in IE:


Line: 6
Char: 2
Error: This property or method is not supported bij this object
Code: 0
URL: http://reggesign.nl












Thanks in advance!

Regards, Nick