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
-~----------~----~----~----~------~----~------~--~---