How to set a default CSS state for jQuery Effects???
Okay, this is probably pretty simple ...and I apologize if this is answered already elsewhere ...or if this is obvious to others, but i can't seem to find it documented anywhere or shown as an example.
When using such effects as .slideDown(), or fadeIn(), etc. how does one set the default state for an element so that its not initially shown?
Via CSS? If so, what property?
Is the only way to do this by calling slideUp() on the element first???? That seems inefficient.