After the validation fails ( if input is empty) for POST form, the cursor is set on the first input that has failed and the validation styling disappears:
I tried using jquery functions like .blur()
or .focusout()
after Login button is clicked, but it did not work.
Any suggestions how to remove the cursor from any text fields after POST validation fails?