Useless setTimeout call (missing quotes around argument?)

前端 未结 5 1931

I have this sniplet of code in jQuery

$element.parent().children().last().hide().show(\'slide\', {direction : \'left\'}, 700, function () {
    $element.delay(20         


        
5条回答
  •  -上瘾入骨i
    2021-02-12 20:26

    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

提交回复
热议问题