Try removing Prototype from your page any checking again.
AFAIK MooTools and Prototype are simply not compatible.

If that’s impossible, try swapping which library is loaded first.

When Prototype is loaded it upgrades JavaScript to support a mixed selection of 
JavaScript 1.9, ES5 & Prototype-specific stuff.
When MooTools is loaded it does the same kinds of things. But if those methods 
and things exist already it isn’t going to replace them.

So try that out and let us know.

—       Tom Aylott
        SubtleGradient
        MooTools


On Jun 30, 2010, at 11:23 AM, Srinivasan M wrote:

> the 'clone' method works fine in IE8 in jFiddle sample I created. But in my 
> code, this doesn't work in IE8.

Reply via email to