yes, for me as beginner, it quite difficult to understand,
could you explain about css code
- #my-form>:nth-child(n+2),
when i click the continue button, which line will trigger the event? and add showError class?
when the 1st fieldset hide, where the line trigger show 2nd fieldset? because this line for submit button right?
- if (nextFieldset.length === 0) alert("now submit via ajax!")
if i want to validate the email field which email regex, how to use it?