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 ajax call on click event? Thanks & Regards, Dhruva Sagar. Stephen Leacock<http://www.brainyquote.com/quotes/authors/s/stephen_leacock.html> - "I detest life-insurance agents: they always argue that I shall some day die, which is not so." On Tue, Jul 21, 2009 at 12:11 PM, JC <systeminthegli...@gmail.com> wrote: > > You wouldn't suppose you could give a hint of how to do this :) ? > > On Jul 20, 10:13 pm, Dhruva Sagar <dhruva.sa...@gmail.com> 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 <http://www.brainyquote.com/quotes/authors/t/ted_turner.html> > - > > "Sports is like a war without the killing." > > > > On Tue, Jul 21, 2009 at 10:42 AM, JC <systeminthegli...@gmail.com> > wrote: > > > > > I notice, > > > when someone tabs through with the keyboard, and presses enter on a > > > link, it triggers the click event on that link (which is good) but > > > then the menu stays open.. In my case, I'm not directing the user to a > > > new page, just loading up ajax content, so the menus just hang there > > > open.. I want to close them after a click/pressing enter.. > > > Does anyone know of a way to do this? Or should this go with my gripes > > > about keyboard navigation.