We let the power of JQuery and our semantic code do the work:
@ Reference the object that was clicked with $(this)
@Call the next() function on the clicked object to return the object that comes after it in our HTML code. In this case, that is our dd tag.
@Toggle the visability of the dd tag.