Clearing Validation Error Messages when the control is disabled : jQuery Validation Plugin

Clearing Validation Error Messages when the control is disabled : jQuery Validation Plugin

Hi all,

We have a address section which can be disabled and prefilled based on the radio button selection.

The issue which we are facing is:

Initially the controls are open and editable and when we click submit button on the page, the controls are getting validated and the error messages appear next to the control

At this time if the user clicks the radio button which prefills the address section and disables  the controls in it, the error message still appears next to the controls, which is not a good user experience.

Could this error message be cleared when the radio button is clicked to disable the control ?
 
Currently it is like this
 
I want the UI to look like this, i.e. the When the controls are disabled, the messages should also go away

Thanks in advance.

Regards,

Manoj C S