How to interact with forms using JavaScript
In this unit we’ll talk about how to interact with a form using JavaScript.
I’ll introduce
- how to inspect the value of an input field
- how to listen to events on input fields
- how to intercept a form submit event
Let’s go!
Lessons this unit:
0: | ▶︎ Introduction |
1: | Inspect the value of an item |
2: | Listen to events on input fields |
3: | Intercepting a form submit event using JavaScript |