Class click
Class click
I have a form with 20 labels on it. I have assigned them to a common class (cpLabel) and added a handler for the click event. What I want to do is get the text of the specific label that was clicked. Can I do this? Or do I have to assign individual ID's and create handlers for all 20?
TIA
John