Podcast
Questions and Answers
What is the keyword used to denote a DOM element that triggered an event in an event handler?
What is the keyword used to denote a DOM element that triggered an event in an event handler?
- this (correct)
- jQuery
- DOM
- selector
What method can be used to append some text to a button when it is clicked?
What method can be used to append some text to a button when it is clicked?
- .click(
- .append( (correct)
- .focus(
- .hover(
In jQuery, what is written as a jQuery object without quotes?
In jQuery, what is written as a jQuery object without quotes?
- DOM
- selector
- this (correct)
- jQuery