Hi,
Just found out this weird bug in IE (or I probably should say IE bug that needs workaround?)

This works in IE, FF
document.getElementsByClassName('box').each (
  function(e) {new Effect.toggle(e, 'blind'); }
);

But this doesn't work in IE
document.getElementsByClassName('box').each (
  function(e) {new Effect.toggle(e, 'slide'); }
);

IE complains Object doesn't support this property or method somewhere in Enumerable implementation in prototype.js

- reynard
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to