checkbox enable onload to display other elements
问题 Ok, The question here is to allow a form to grab information from a mysql settings, like enabled or disabled. then a checkbox is going to determine if the the 3 following text fields (box123) are going to be enabled or disabled depending on that request. <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script> <script src="test.js"></script> </head> <body> <form> <input type="checkbox" name="detailsgiven" id="checker" checked=checked>Enabled? <br> <input type='text' name="details"