I want to call a jquery function to manually remove errors from a single field and reset the error markup. Is there a function that does this that would be similar to the reset
you can use
$("#selector").removeClass("error"); $("#selector-error").remove();