Hi I explain, I have a script that generates inputs dynamically, it worked perfectly, the detection of checkboxes with this code:
$(document).on("change", "input[type='checkbox']", function() {
var checkbox_val = ( this.checked ) ? 'Si' :...
asked by
02.11.2017 / 17:43