Checkbox to Show and Hide only for the near DIV
- by Holp
Select all options... Then, when the user uncheck "B" and check it again, the "D" parents must be hidden. I have to do it without give then IDs.
<html>
<head>
<title>Form</title>
<style>
* { font-family: Segoe UI, Verdana; font-size: 10pt; }
#total { padding: 10px; position: fixed; top: 10px;…