[jQuery] Re: Superfish How to programatically unexpand menus.

2009-07-21 Thread Rick Faircloth
r that you desire. I use the .empty and .load method mainly for dynamic menus. hth, Rick -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of JC Sent: Tuesday, July 21, 2009 2:48 PM To: jQuery (English) Subject: [jQuery] Re: Superf

[jQuery] Re: Superfish How to programatically unexpand menus.

2009-07-21 Thread JC
Is the .load and .empty superfish plugin methods? On Jul 21, 6:59 am, "Rick Faircloth" wrote: > What I do is use .load in the success section of my ajax function to reload > my menu.  I ".empty" it first, then immediately ".load" it again... > > -Original Message- > From: jquery-en@googl

[jQuery] Re: Superfish How to programatically unexpand menus.

2009-07-21 Thread Rick Faircloth
What I do is use .load in the success section of my ajax function to reload my menu. I ".empty" it first, then immediately ".load" it again... -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of JC Sent: Tuesday, July 21, 2009 1:13 AM To

[jQuery] Re: Superfish How to programatically unexpand menus.

2009-07-20 Thread Dhruva Sagar
Well my suggestion would require you to dig into superfish's code and find the click handler and edit it to suit your needs. Tell me one thing, in case of a simple mouse click, does the menu then disappear ? I think it wouldn't in your case. Can you perhaps give a demo script how your making the a

[jQuery] Re: Superfish How to programatically unexpand menus.

2009-07-20 Thread JC
You wouldn't suppose you could give a hint of how to do this :) ? On Jul 20, 10:13 pm, Dhruva Sagar wrote: > In the click event, you should also perhaps set the display css of the menu > as none so that it hides again. > Thanks & Regards, > Dhruva Sagar. > > Ted Turner

[jQuery] Re: Superfish How to programatically unexpand menus.

2009-07-20 Thread Dhruva Sagar
In the click event, you should also perhaps set the display css of the menu as none so that it hides again. Thanks & Regards, Dhruva Sagar. Ted Turner - "Sports is like a war without the killing." On Tue, Jul 21, 2009 at 10:42 AM, JC