Podcast
Questions and Answers
What event is triggered when unchecking a checkbox?
What event is triggered when unchecking a checkbox?
- select
- click
- change (correct)
- check
Which method in JavaScript corresponds to the blur() method?
Which method in JavaScript corresponds to the blur() method?
- document.lostfocus()
- blur().element
- document.getElementActive()
- document.activeElement() (correct)
What is the primary function of the submit button in a form?
What is the primary function of the submit button in a form?
- click on the button
- loads the page
- submit a form (correct)
- same as other buttons
Which method will return a live list of HTML elements in JavaScript?
Which method will return a live list of HTML elements in JavaScript?
What does the event.button return the number 0 indicate?
What does the event.button return the number 0 indicate?
Flashcards are hidden until you start studying