Posts Tagged ‘slidetoggle’

jQuery slide effect with minimum height

February 22nd, 2009 | 2 Comments | jQuery

minimum-slide

I recently had a project where I needed a way to show/hide content within a div similar to the SlideToggle() effect. The only difference was that I wanted to show part of the content within the div when the page loaded. Inspired by Chris Pollock , here’s what I came up with.

Continue Reading