Hey is one of those stupid questions:
I have the latest version of jquery and I am using this below function:
[code]
$(".a_organization_port").click(
function(){
$("#a_organization_port").animate({ height: 'toggle', opacity:
'toggle'}, "slow");
}
);
[/code]
and I get this error:
[code]
e[prop[p]] is not a function
[/code]
Thanks for any help.
--
View this message in context:
http://www.nabble.com/animation-error-tf2775928.html#a7743851
Sent from the JQuery mailing list archive at Nabble.com.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/