Remove 'required' from checkbox when an input is filled with jQuery Validate plugin
问题 So im doing a contact form with several text inputs and checkboxes and validating with the jQuery Validate plugin, and what i want to achieve is this: When the text input is filled, the 'required' attribute from the rules of the plugin aplied on the checkboxes get removed. This is my HTML(inside a bootstrap modal: <div id="invitoUno" class="modal fade" role="dialog"> <div class="modal-dialog"> <!-- Modal content--> <div class="modal-content"> <div class="modal-header" style="height: 0; border