I have this sniplet of code in jQuery
$element.parent().children().last().hide().show(\'slide\', {direction : \'left\'}, 700, function () { $element.delay(20
The problem was in Firefox 3. It is not handling some elements properly => Element is completely omitted in the tree and ignored -> hence my original problem