How can i know which div click event has been triggered using Jquery Here is the fiddler link Click Here. Actually I am dynamically generating the div in my placeholder I dont know how can i know which div has been clicked ?
Share
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.
you can get this by checking this like
and if you want to get who trigger this event, you can get the target like, here place e, which will capture the event object.