[jQuery] Animate size change after AJAX .load update
Hi folks, I'm not very experienced with jQuery and I've run into the
end of my abilities.
I've got a section of a page (well, a series of LI elements) that I
updated with the .load() method. This works great. However, the new
content is often large or smaller than the original, which leads to
jarring jumps. The horizontal size is fixed, so I'd like to animate
these elements from the old size to the new size. Any tips? Help is
much appreciated.