I am wanting to bind a DIV.ID to a click event. I need to make each click event unique due to some project specs, but I just need to be able to add this.id to this code. I have tried several ways, but I will post this code raw:
$('#add_('this.id')').click(function() {
alert('Handler for .click() called.');
});
Thanks,
Brandon
1 Answer