Hey there,
I am new to jQuery and have been playing with it for a couple days now.
Currently I have a slideDown effect on an element and it works great. However, right at the end of the effect there is a "blip" of sorts.
At the end of the animation there is maybe a 5 pixel jump up of all the content in the div that is being displayed. The content in the div is a return from an Ajax call whose result was put in the div by using .createElement etc
So the content in the div is dynamic. Would this cause the blip? And if so what can I do to fix it?
Thanks in advance,
Lang14