Hi,
Im am using errorPlacement to add a class to a label to show a graphic element in addition to the error text ( they are both different elements).
Is there a way to use a callback that will fire when the validation of a field is successful? I am already using validClass, that will change the error message, but I need a call back so I can change the graphic element to a "success" one.
For Example
[graphic] [input field] [error text]
I was able to change the [graphic] and the [error text] when there is an error, but when the correct value is entered in the field I was able to change the [error text] but not the [graphic].