Hi,

I have a menu with the following structure:
link a
--- link a.1
--- link a.2
link b
--- link b.1
--- link b.2
link c

The JQuery mobile menu is supposed to show the subitems when clicking on a parent (say link a, showing a.1 and a.2).
In my case the menu block is shown only on the front page. So I thought of providing link a and link b with the path , so it would show the subitems without navigating to another page. Yet, if I provide two subitems with an identical path (give link a and link b the path ), the first link and second link give the same subitems (in my case the first submenu). The link is always #header-menu&ui-page=0-0

In a Drupal menu you 'have' to provide a path. Can I provide a placeholder for the JQuery menu? Or any other solution to this question...