Matching
Match each statement below with correct item:
Premises:
A jQuery method that narrows the group of selected elements to the first element.
An alternative name
A jQuery method that hides elements by changing their opacity and display values
A jQuery method that displays elements by changing their height from 0 to the full value
A useful set of code
A server you can link to to include the jQuery library in your project
A library that enables developers to implement many common JavaScript tasks with minimal code
Property whose value is the target element on which an event was fired
A jQuery method that specifies code to execute on a click event
JavaScript without jQuery
Responses:
target
click()
slideDown()
CDN
library
fadeOut()
jQuery
first()
alias
plain JavaScript
Correct Answer:
Premises:
Responses:
A jQuery method that narrows the group of selected elements to the first element.
An alternative name
A jQuery method that hides elements by changing their opacity and display values
A jQuery method that displays elements by changing their height from 0 to the full value
A useful set of code
A server you can link to to include the jQuery library in your project
A library that enables developers to implement many common JavaScript tasks with minimal code
Property whose value is the target element on which an event was fired
A jQuery method that specifies code to execute on a click event
JavaScript without jQuery
Premises:
A jQuery method that narrows the group of selected elements to the first element.
An alternative name
A jQuery method that hides elements by changing their opacity and display values
A jQuery method that displays elements by changing their height from 0 to the full value
A useful set of code
A server you can link to to include the jQuery library in your project
A library that enables developers to implement many common JavaScript tasks with minimal code
Property whose value is the target element on which an event was fired
A jQuery method that specifies code to execute on a click event
JavaScript without jQuery
Responses:
Related Questions
Q23: Which jQuery method narrows the group of
Q24: In a jQuery statement, a reference to
Q25: You can include the jQuery library by
Q26: In what situations might you be better
Q27: jQuery 2.x supports IE 6, 7, and
Q29: What language is the jQuery library written
Q30: Why would you link to a jQuery
Q31: Describe two differences between jQuery 1.x and
Q32: What is an advantage of using jQuery
Q33: What is the extension of the file