Hi,
I have a page with an onClick event on a table. Inside the table I have several buttons. Apparantly, when you click a button inside the table, first the onClick event handler of the table is triggered and afterwards the event handler of the specific button.
I need to find a way to stop the onClick event in the table from being triggered when a button inside the table is clicked. Is this possible?
Thanks,
Ron
I have a page with an onClick event on a table. Inside the table I have several buttons. Apparantly, when you click a button inside the table, first the onClick event handler of the table is triggered and afterwards the event handler of the specific button.
I need to find a way to stop the onClick event in the table from being triggered when a button inside the table is clicked. Is this possible?
Thanks,
Ron