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:
> <ul id="sop" class="jd_menu jd_menu_slate" style="font-weight:bold">
> <li><a href="lists.php">&laquo; Show Lists</a></li>
> <li><a href="item.php?i=n">Next Item &raquo;</a></li>
> <li>Print
> <ul>
> <li><a href="print.php?i=1">Invoice</a></li>
> <li><a href="print.php?i=2">Item</a></li>
> </ul
> </li>
> </ul>
> <script type="text/javascript">
>     $('ul#sop').jdMenu();
> </script>
>
> Any ideas why this would be happening?
>
> Any help is appreciated!

Reply via email to