[jquery-dev] Re: slideToggle jumpy at end (even with padding: 0)

2009-08-26 Thread plong0
$(this).hide(); }); [/code] So, basically what that does is calculates the height (while the element is visible), and saves it into the element's style. Then after the value has been saved, we hide the element. Works like a charm! On Aug 25, 11:45 am, plong0

[jquery-dev] slideToggle jumpy at end (even with padding: 0)

2009-08-25 Thread plong0
Hello, So I'm working with a pretty simple list of div's. Each div has an h2, and at least one paragraph, plus a hidden span, and a "show more" link that slideToggle()'s the hidden span when clicked. The problem I'm having is that the hidden span appears to jump a few pixels near the end of the