I got something similar yesterday but I was using { width: 'show',
opacity: 1 } and switching opacity: 1 to opacity: 'show' fixed the
problem. I didn't have time to dig in and figure out what the problem
was. Could you please log a ticket? http://jquery.com/dev/bugs/new/

--
Brandon Aaron

On 12/7/06, bmsterling <[EMAIL PROTECTED]> wrote:
>
> 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/
>

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

Reply via email to