Not sure - do you have some sample markup?

--John



On Wed, Mar 4, 2009 at 2:17 PM, botskonet <[email protected]> wrote:
>
> I've been using the following code in an app since jQuery 1.2 and it's
> been working fine. However, with an upgrade to 1.3.2 (1.3.1 worked)
> this line no longer actually performs:
>
> $('#news-area').animate({opacity: 'hide', height: 'hide'}, 'slow');
>
> also tried
>
> $('#news-area').slideUp();
>
> I've verified that the element exists, and $('#news-area').hide();
> behaves just fine. Doing the reverse of show/slideDown works just fine
> on the same element.
>
> Is there something in 1.3.2 that could have broken this?
>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to