I have been experimenting with creating a button that toggles a class and reveals another div below it.
Feel free to check out the example on jsFiddle that I created for you.
While the first function of showing and hiding the div is working perfectly, I am encountering an issue with getting the button itself to add and remove a class. I thought my approach would work, but it seems like I am missing something.
Appreciate any assistance.