While I ended up using a CSS-only implementation for this pen, I started by writing it mostly using classes and JavaScript. However, I had a conflict. I wanted to use Delegated Events but I also wanted to minimize the dependancies I wanted to inject. I didn't want to have to import all of jQuery for this little test, just to be able to use delegated events one bit. Let's take a closer look at what