A form with custom Javascript that loads span elements works fine on page load. If the form is submitted but a required field is not filled out, thus throwing a “this field is required” error, the span elements loaded by Javascript disappears. I do not want that to happen.
Is there specific hook I need to reload the JS on?

