[jQuery] Re: Toggle doesn't perform well in Safari and crashes Chrome

2008-09-13 Thread robertaugustin
Thanks for your reply Matt, I'm not sure what you mean though. It works in FF and IE just fine, and I believe jquery handles toggle even with no args? I did try your code but it didn't work... On Sep 13, 12:19 am, Matt Henry <[EMAIL PROTECTED]> wrote: > toggle() takes two functions as arguments,

[jQuery] Re: Toggle doesn't perform well in Safari and crashes Chrome

2008-09-13 Thread Matt Henry
toggle() takes two functions as arguments, so your $("div#menuchild_1").toggle( SHOW_FUNCTION HIDE_FUNCTION ); On Sep 12, 4:32 pm, robertaugustin <[EMAIL PROTECTED]> wrote: > Hi, > > I'm having a problem with jquery's toggle function in Safari 3.1.2 and > Google Chrome, maybe one of you knows th