Abnormal movement of the div after slideToObjectAndDestroy or fadeOutAndDestroy
Good morning,
I have a DIV with her DIV children:
When I destroy a child using slideToObjectAndDestroy or fadeOutAndDestroy all childrens, declared under the one erased, moving 100 | 150 pixels up in the browser. Childrens declared up the one erased remain in their position.
Can someone explain this abnormal movement of children?
Good morning,
I have a DIV with her DIV children:
Code: Select all
<div>
<div id="token_1" class="token [...]"></div>
<div id="token_2" class="token [...]"></div>
<div id="token_3" class="token [...]"></div>
<div id="token_4" class="token [...]"></div>
<div id="token_5" class="token [...]"></div>
</div>
Can someone explain this abnormal movement of children?