[jQuery] remove and opera 9.6.4

[jQuery] remove and opera 9.6.4


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