I am trying to show and hide an inline element (eg a span) using jQuery.
If I just use toggle(), it works as expected but if I use toggle(\"slow\") to give it an ani
Just one CSS-property will make you happy: http://terion-fallen.livejournal.com/332945.html
#animated-element { display: inline-block!important }