$("table).on("input",":selected", "td" , function ()
Asked
Active
Viewed 25 times
0
-
That *is* JavaScript. Do you mean how to achieve the same behavior without jQuery (assuming this is jQuery)? – Felix Kling Jun 30 '22 at 21:02
-
This isn't proper usage of jQuery `on` method. I can only assume you meant 3 different selectors as the first string param, then a callback. – IT goldman Jun 30 '22 at 21:04
-
https://stackoverflow.com/questions/46341171/how-to-addeventlistener-to-table-cells Does this help? – Lucretius Jun 30 '22 at 21:04
-
`input` event on a table cell? I think there's no such thing – GrafiCode Jun 30 '22 at 21:04