Skip to main content

allElementsSelected

Tells whether all of the given elements are selected. Works for html elements that keep a selected state such as checkbox, radio.

allElementsSelected(elemId, elemId, ...)

Parameters#

  • elemId: The target element

Returns#

  • boolean indicating the result