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.