not suggesting this works or aware of problem but ideas that came to my mind to test:

replaceWith(""); // or replaceWith() some empty element and remove that element?

Liam Potter wrote:

Having a strange bug in opera 9.6.4.

When removing objects from the dom, opera leaves a "ghost image" of the removed object, till you scroll away.
.hide() works fine, so tried hiding before removing, but the ghost is still there, tried running the remove in the hide callback, no luck, tried hiding with .css and still no luck.

Has anyone come across this bug and found a workaround?

- Liam


Reply via email to