html - Solution for touch-friendly NESTED nav menus? -


a common problem run when building responsive websites how make multi-level nav menu (3 or more levels) works touch devices. i've seen lot of plugins , techniques, of them fall flat because don't allow 2nd-level page act both link page , parent of children in sub-sub-menu. techniques address having arrow icon exposes children menu items while clicking on parent page name goes actual page... on mobile devices these icons small targets , hence hard use. there other solutions problem (either jquery or javascript plugins, or straight-up css/js code)?

i have 'starting point' of sorts use responsive web projects this. i'm not sure if it's need, allows multi-level dropdown menus in desktop view. in mobile view, jquery automatically creates off-canvas menu.

code: https://github.com/kthornbloom/responsive_template

demo: http://rwd.kthornbloom.com/

hope helps!


Comments

Popular posts from this blog

php - render data via PDO::FETCH_FUNC vs loop -

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

The canvas has been tainted by cross-origin data in chrome only -