Eliminar todos los check de una seccion


/ Published in: jQuery
Save to your folder(s)



Copy this code and paste it in your HTML
  1. function jqCheckAll()
  2. {
  3. $( ".attribute-2 input[type='radio']").removeAttr("checked");
  4. }

Report this snippet


Comments


You need to login to view comments.