Hi,
I am using jquery validator to validate the form and setting the backcolor of the element:
- errorPlacement: function(error, element)
- {
- element.css("background-color", "red");
- },
I want to know when unhighlight , how can I reset the css style to its original / default css?
Thanks,