[jQuery] How to retrieve class name from element?
Hello,
Here's what I'm trying to do:
When someone clicks on an element: jQuery will ask that element what
it's class name is.
Then jQuery will select another element whose ID is equivalent to the
first element's class name.
I don't know how to get jQuery to ask the first element what its class
is?