jQuery slideOpen from fixed to auto
Published on 17 Oct 2016 , edited on 22 Mar 2019I came across this little problem trying to do something that seems obvious; animate a div sliding open from a fixed height in pixels to a full auto height. Apparently this is something jQuery can’t do out of the box, at least not without some help. It uses a DOM node known as scrollHeight. In […]
Read more ...