Is there a good way to implement a slide menu (like the menu you get on Amazon when you click the Hamburger button in the top-left)? I'd like to have it so that every click just slides the menu to the children of the item that was clicked (so that you only see the children of the previous click at any given time). I'd rather not have to resort to writing it with css since the bulk of our front-end is done in EXT.Net (MVC syntax). I'd like to stay consistent if possible.

Thanks in advance!