Podcast
Questions and Answers
What can be used to access the clicked li tags?
What can be used to access the clicked li tags?
- The jQuery this selector (correct)
- The jQuery each selector
- The jQuery append selector
- The jQuery focus selector
What is the purpose of the .each() method in jQuery?
What is the purpose of the .each() method in jQuery?
- To modify the color of elements (correct)
- To append some text to a button
- To change the border of a text box
- To underline a span element
What does the keyword this denote in an event handler?
What does the keyword this denote in an event handler?
- A jQuery object
- A DOM element (correct)
- A text box
- A span element