problem with slideup/down
I have been using slideUp and slideDown to show/hide a div on a page
with other divs that need to have their height adjusted after the
sliding occurs. When I have the sliders callback a function that
adjust the height of the other divs, there is a very noticable hiccup
at the end of the slider where it gets stuck for a moment before
completing the sliding. The more I do in the callback, the more
pronounced the hiccup. I would assume the callback is firing after the
animation is complete, or am I missing something? Anyone else seen
this problem?
Thanks in advance.
Edward