mercredi 2 mai 2018

Selected values only checked in the checkboxes in jquery

I tried this code but not working. Please, anyone help me.

var numbers = [649,583,613,670,520]; //checkbox values
    $.each(numbers,function(val,text) {
        $("input:checkbox").setAttribute("checked", "checked");
        });




Aucun commentaire:

Enregistrer un commentaire