children

English [ˈtʃɪldrən] US [ˈtʃɪldrən]

n. Children; children (plural of child); knees; children

jquery children() method syntax

Function:The children() method returns all direct child elements of the selected element.

Syntax:.children(selector)

Parameters:

Parameter Description
selector String value, containing the selector expression of the matching element.

jquery children() method example

     
Hello

Hello Again

And Again

And One Last Time

Run instance »

Click the "Run instance" button to view the online instance