0👍
I don’t think onchange
works for an input, at least the way you have it written.
You can use jQuery’s .change like so though:
$('input[name=valueToSocietyScore]').change(function() { ... });
- Chartjs-Get data from SQLite as an array and generate charts with the data using Chart.js in an HTML
Source:stackexchange.com