Low-level error: jQuery fadeOut fails in FireFox

Another hard-to-debug error (possibly a mistake in jQuery, but might be something in FF as well) is that $().fadeOut may fail to actually hide the element in Firefox. I have come across this when I tried to hide a floated container that was the only thing inside another container. Adding a further sibling element, or removing the float immediately resolved the issue.

Popular Posts