Top "Parent-child" questions

A relationship between entities in which one acts in a major role and the other in a minor role.

HTML How to get id of parent Component?

I would like to get the id of the parent tag using javascript. In this example, the parent id of …

javascript html parent-child parentid
How do you stop children from propagating an event triggered by a live/delegate listener?

I have a delegation parent that listen for click events in a set of children with a specific class. $(".toggle_…

jquery events parent-child event-propagation
Swift3 Call function in parent out of function in child view

I have a child UIView class instantiated in an UIViewController, the UIViewController has a function called sigIn(){}. I need to …

swift swift3 parent-child superview
list child elements using nightwatch js

I need help in listing/counting the number of child elements for a parent. Please refer to the code attached, …

parent-child nightwatch.js
killing child processes at parent process exit

I'm very new to c and programming and need some help. In c on linux(cygwin) I am required to …

c parent-child kill zombie-process atexit
Is there any way to have opacity apply to absolutely positioned child elements in ie8

In most browsers, when an html element is only partially opaque, its children "inherit" this opacity. (It isn't quite inheritance--more …

css internet-explorer parent-child opacity css-position