Vanilla Javascript push menu
Sometimes you just need a really simple push menu, without any Javascript Libraries. I made this in a rush for a client with the instructions to not use any jQuery.
I like the thought of adding a class to the body and climb the DOM instead of adding classes to the affected elements.
Less is more.