I am using "JQUERY unobtrusive" java script for validation. I am using one label and one text box control inside the div tag. When I click on Submit button I need to mark the background color of entire div(divName) as Red.
<div class="form-group" id="divName">
<label for="your-name-id">Your name:</label>
<input type="text" name="yourname" id="your-name-id" placeholder="Please enter your name"
</div>