something wrong here ....slideUp is an animation hide function that
returns inline style "display:none" are you meaning slideDown? If so what causes problem? Shhnap wrote: Essentially, whenever I run the slideUp() function the css 'display' property of that element is set to block. However this is not always what I want; infact it is not what I want alot of the time and I have taken to handling it via a callback function to clear the display property but surely there is a nicer way to do this?Anyway, my question is, why does the slide up function behave in this manner? Thanks, Shhnap |
- [jQuery] Why does slideUp set also set display: block? Shhnap
- [jQuery] Re: Why does slideUp set also set display: block? Charlie