Нисходящий селектор (“ancestor descendant”)


Содержание:

descendant selector

Описание: Selects all elements that are descendants of a given ancestor.

  • Добавлен в версии: 1.0jQuery( "ancestor descendant" )

    ancestor: Any valid selector.

    descendant: A selector to filter the descendant elements.

A descendant of an element could be a child, grandchild, great-grandchild, and so on, of that element.