On Dec 7, 2006, at 12:35 PM, bmsterling wrote:
[code]
$(".a_organization_port").click(
     function(){
$("#a_organization_port").animate({ height: 'toggle', opacity:
'toggle'}, "slow");
     }
);
[/code]

Hi Benjamin,

It looks like the problem is with the values you are giving height and opacity. You're giving them strings, but the values need to be numerical (opacity needs to be between 0 and 1).

--Karl
_________________
Karl Swedberg
www.englishrules.com
www.learningjquery.com


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to