Need help to build a form progress bar

I`m trying to build a form progress bar like this (https://www.sc.com/lk/save/employee-banking/apply/?step=basic_data) using jQuery Validation plugin.
errorPlacement method triggers only when field input values are not match with the validations. Also it will not trigger again on that field when type a wrong value again.
But unhighlight method is not working like that. It will trigger everytime when type a correct value in that field.
Can somebody help me to find a suitable method that trigger when currently focused field valid.

Hello!

Could you provide a working sample of your code? Use jsfiddle.net, github.com or glitch.com to share your code.