en un una datatables checkbox en html paso lo seleccionado a otra forma. no se va a esta
en un una datatables checkbox en html paso lo seleccionado a otra forma. no se va a esta
ArturoViejo
Posts: 1Questions: 1Answers: 0
$('#el_arreglo').text($(form).serialize());
$('input[name="id\[\]"]', form).remove();
e.preventDefault();
......
<div id ="botones_form"><button>Agrega/quitar iniciativa(s)</button>
<input type="submit" value="Generar" name ="submit"></div>
<br>
</form>
This discussion has been closed.
Answers
Please do not post duplicated (I've deleted your other thread). Please link to a test page showing the issue, as required in the forum rules.
Allan