[jQuery] Re: jdMenu hides entire menu when top level link clicked

2008-09-17 Thread dduck1934

Ive had this problem too.
If you havent found a solution there is a post on this here in this
group
http://groups.google.com/group/jquery-en/browse_thread/thread/59aaa2112bf93fc5


[jQuery] Re: jdMenu hides entire menu when top level link clicked

2008-09-04 Thread AsymF

Anyone have any ideas on this?

On Aug 6, 7:20 pm, AsymF <[EMAIL PROTECTED]> wrote:
> I am trying to implement jdMenu 1.4.1 with jQuery 1.2.6. However, when
> a top level link is clicked it hides the entire menu the moment it is
> clicked. This doesn't happen when the selection has sub menus.
>
> I am at a loss to explain this. For instance, clicking either "Show
> Lists" or "Next Item" in the example below will result in the whole
> menu bar vanishing.
>
> Here is my code:
> 
> « Show Lists
> Next Item »
> Print
> 
> Invoice
> Item
>  
> 
> 
>     $('ul#sop').jdMenu();
> 
>
> Any ideas why this would be happening?
>
> Any help is appreciated!