<input type="checkbox" checked/> Input 1 <input type="checkbox" checked/> Input 2
$('input') // select input elements .attr('checked', false); // set checked attribute to false
Login in to like
Login in to comment
or Read more about JavaScript Quizzes
Login in to like
Login in to comment