Skip to content
Find file
Fetching contributors…
Cannot retrieve contributors at this time
7 lines (4 sloc) 371 Bytes

Target the Children of an Element Using jQuery

Many HTML elements have children elements from which they inherit properties.

jQuery has a function called children() that allows you to access the children of whichever element you've selected.

Here's an example of how you would use the children() function: $("#left-well").children().css("color", "blue");

Something went wrong with that request. Please try again.