JavaScript unchek checkbox with dynamic id
This question already has an answer here:
You can use jQuery prop()
$("[id^='value_Ture_do_30']").prop('checked', false);
SUGGESTION
Why not using radios?
链接地址: http://www.djcxy.com/p/12262.htmlThis question already has an answer here:
You can use jQuery prop()
$("[id^='value_Ture_do_30']").prop('checked', false);
SUGGESTION
Why not using radios?
链接地址: http://www.djcxy.com/p/12262.html