adrianmak Posted May 12, 2016 Share Posted May 12, 2016 A dev. site of a client http://128.199.120.128/eng/treatment/ Currently, the menu navigation structure of the site is, the "Treatment" has 2nd level menu. Ordinary desktop could mouse over to drop-down the sub-menu, and it's parent "Treatment" is a hyperlink to a page too. Now, the client want to make the site mobile friendly, how could i deal with menu navigation ? As there is no mouse over event on mobile device, when a user click "Treatment", it will go directly to a page. The sub-menu will never be opened, Link to comment Share on other sites More sharing options...
Sergio Posted May 12, 2016 Share Posted May 12, 2016 This jQuery plugin is very nice and handle these issues: http://vadikom.github.io/smartmenus/src/demo/ 4 Link to comment Share on other sites More sharing options...
onjegolders Posted May 24, 2016 Share Posted May 24, 2016 There is also this for dealing with the touch device dropdown scenario https://github.com/dachcom-digital/jquery-doubleTapToGo 1 Link to comment Share on other sites More sharing options...
Recommended Posts