Galera, first a good day.
Well, I'd like to know if it's possible to create a handler in case a -td- should be modified.
Example. I have the following code:
<table>
<tr>
<td>Olá</td>
</tr>
</table>
When td is modified, activate an event handler. I tried using .on ('change') , but it seems to work only for inputs, textarea, checkboxes ...
Can anyone help me?
Thank you in advance!