(input)
| 67 | } |
| 68 | |
| 69 | function dealSuccessFor(input){ |
| 70 | const row = input.parentElement; |
| 71 | row.className = 'row success'; |
| 72 | } |
| 73 | |
| 74 | function checkEmail(email){ |
| 75 | const regex = /^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/; |