lundi 14 mars 2016

JQUERY - Get data from multiple checkboxes

How could I do to get data from this HTML code :

<div id="indic">
    <fieldset>
        <legend>Statistiques collecte :</legend>
        <input type="checkbox" name="indication[]" value="nbApp" />Nombre
        <input type="checkbox" name="indication[]" value="nbApp2" />Nombre2<br />
        <input type="checkbox" name="indication[]" value="nbTel" />Nombre3
    </fieldset>
</div>

Thank you :)




Aucun commentaire:

Enregistrer un commentaire