Home »
MCQs »
MooTools MCQs
In MooTools, the ____ function allows you to choose numerous HTML elements on a web page depending on various criteria
10. In MooTools, the ____ function allows you to choose numerous HTML elements on a web page depending on various criteria.
- getElements()
- getElement()
- get()
- set()
Answer: A) getElements()
Explanation:
In MooTools, the getElements() function allows you to choose numerous HTML elements on a web page depending on various criteria.