How to start items in Queue of $(document).ready() not until all css information of the prior item is calculated?
Hi all,
I have 2 ready items. The first changes the size of the surrounding div, the second tries to find out about the size of the changed div, but only gets the old value before the first ready item started. If i place a new ready item that holds for a second (i.e. an alert box) the calculation of the first ready item is done when the last ready item starts and all works fine.
Is it possible for a ready item to wait and not to start until the item before is finished?
THX Jan