Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Javascript Show Hide Position Reply To: Javascript Show Hide Position

#201074
Paulie_D
Member

The .toggle() method animates the width, height, and opacity of the matched elements simultaneously.

http://api.jquery.com/toggle/

Basically, the width & height are animating.

You might be better adding or removing classes to get this to display.