Create submenus in the application

I am building a mobile version of my website. The desktop version uses Bootstrap Modal frames to edit data records .

On a mobile page, this can be achieved with a separate page that appears as an iOS submenu (imagine the settings app when you select a category, scroll down the page and a new menu appears).

How can I do that? Is there a framework to support this? Is there actually a name for this effect / template?

Thank!

+3


source to share


1 answer


Will mmenu work for you? I've used it successfully to do something like this, but it's a jquery plugin.



+2


source







All Articles