I have a bunch of buttons that all use the same .click()method. How can I assign a local jquery variable to the id of the button that was clicked?
var $??? = e.target;
What I am trying to do is get the text of the button.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Just use what you have there
and to get the text
EDIT:
or… use
this