JqueryValidation,Qtip message not removing after control's value isValid

JqueryValidation,Qtip message not removing after control's value isValid

Hi All,

Im using Jquery validator and Jquery-qtip for validation and showing validation messages.
If a control value is not valid, it turn the control t ored color with a qtip message, but sometimes
the qtip still shows even the controls value is valid.

I have checked the attribute of control "aria-describedby" which point to the qtip div, but when the above
happens, control's "data-hasqtip"  and that div.qtip id varies.

I want to remove the qtip when control has valid value