I have several div tags and I’m trying to detect which one clicked. Each result has a unique title, but the same id. How do I use .click() to know which one was clicked so I can get it’s ID and use it?
I have several div tags and I’m trying to detect which one clicked. Each
Share
1 Answer