Finding which button was clicked on a list using a element.on("click",function() listener
I have a page with alist or a grid that contains 2 buttons on each cell.
I am using a listener to find out when a user click on the cell, but what I need to have is to check which buttton on the cell was pressed...