errorPlacement in jQuery Validation plugin with other options -
i want show form errors on top of form along name of field. right if 14 fields there, it's writing 14 errors along "this field required" 14 times. want show field name. second issue group of checkboxes. want @ least 2 of them checked. array of 7 elements 2 checkboxes required. i want add border red error element , remove same time when correct. my html <form method="post" class="regular_form bookingform" id="apptbookingform"> <div id="error" class="error"><span> </span></div> <div id="summary" class="error"><span> </span></div> <div class="clr"></div> <div style="width:475px;"> <div> <label>select doctor <span class="mandatory">*</span></label> <select name="doctor" class="req...