tester si plusieurs cases à cocher sont cochées jQuery
if($('input[name="make[]"]:checked').length > 0){ console.log('One or more checkboxes are checked'); }
Adrian Vignolo
if($('input[name="make[]"]:checked').length > 0){ console.log('One or more checkboxes are checked'); }