Thomas Kadlec
Member since Feb 9, 2010
- Profile: /members/5397-thomas-kadlec.htm
- Comments: 2
Recent Blog Comments By Thomas Kadlec
-
Using jQuery's SlideUp() and SlideDown() Methods With Bottom-Positioned Elements
Posted on Feb 9, 2010 at 3:16 AM
Just a quick fix for the code example above: $('.panel').height() should instead be... $('.panel').outerHeight()... read more »
-
Using jQuery's SlideUp() and SlideDown() Methods With Bottom-Positioned Elements
Posted on Feb 9, 2010 at 3:09 AM
I came across this page because I was searching for a certain behavior. I didn't just want the element to slide up; I wanted it's contents to slide up with it. As if the contents were written on a piece of paper that you were sliding up or down. Instead slideUp/Down/Toggle methods change the heigh... read more »