2
I have these checkboxes on my page
<input type="checkbox" name="dezenas[]" value="01" />
<input type="checkbox" name="dezenas[]" value="02" />
<input type="checkbox" name="dezenas[]" value="03" />
<input type="checkbox" name="dezenas[]" value="04" />
I need a function to update a div printing checkbox values marked without refresh on the page. It is necessary that the div is also updated when the checkbox is unchecked, deleting the value in the div.
Thank you in advance.
What is your doubt?
– DiegoSantos