html5 - jQuery Mobile collapsable menu -


I need to work on the mobil version of a website and with the support for the submenus, the navigation menu must also be designed. Have done something but have not done it properly I can convert it to a good navigation menu with support for the sub menu.

I have a Setup Belt Example.

Or what

I am using the following latest libraries

  & lt; Link rel = "stylesheet" href = "http://code.jquery.com/mobile/1.4.1/jquery.mobile-1.4.1.min.css" /> & Lt; Script src = "http://code.jquery.com/jquery-1.9.1.min.js" & gt; & Lt; / Script & gt; & Lt; Script src = "http://code.jquery.com/mobile/1.4.1/jquery.mobile-1.4.1.min.js" & gt; & Lt; / Script & gt; & Lt; Div data-role = "page" id = "pageon" & gt; & Lt; Div data-role = "header" & gt; & Lt; H1 & gt; Welcome to your homepage & lt; / H1> & Lt; Div data-role = "compressed-set" & gt; & Lt; Ul & gt; & Lt; Li & gt; & Lt; A href = "#" data-icon = "home" & gt; Home & lt; / A & gt; & Lt; / Li & gt; & Lt; Li & gt; & Lt; A href = "#" data-icon = "arrow-r" & gt; Page Two & lt; / A & gt; & Lt; / Li & gt; & Lt; Ul & gt; & Lt; Li & gt; & Lt; A href = "#" data-icon = "arrow-r" & gt; Sub pages page two & lt; / A & gt; & Lt; / Li & gt; & Lt; Li & gt; & Lt; A href = "#" data-icon = "search" & gt; Sub page b & lt; / A & gt; & Lt; / Li & gt; & Lt; / Ul & gt; & Lt; Li & gt; & Lt; A href = "#" data-icon = "search" & gt; Search & lt; / A & gt; & Lt; / Li & gt; & Lt; / Ul & gt; & Lt; / Div & gt; & Lt; / Div & gt; & Lt; Div data-role = "content" & gt; & Lt; P & gt; My stuff .. & lt; / P & gt; & Lt; / Div & gt; & Lt; Div data-role = "footer" & gt; & Lt; H1 & gt; My footer & lt; / H1> & Lt; / Div & gt; & Lt; / Div & gt;    

You can use nested compressed sets because the user can not open the menu item without instructions On the second page, therefore the page is hidden within the two sub pages of the bondage. I do not suggest nested list views because it redirects when clicking on the top menu menu then the user needs to click on the back button or something. But with Nested Collectibles you can save space.

/ P>



Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -