Top "Parent-child" questions

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

Maven: Non-resolvable parent POM

I have my maven project setup as 1 shell projects and 4 children modules. When I try to build the shell. I …

maven module build-automation parent-child
Make absolute positioned div expand parent div height

As you can see in the CSS below, I want child2 to position itself before child1. This is because the …

html css position master-pages parent-child
jQuery - selecting elements from inside a element

let's say I have a markup like this: <div id="foo"> ... <span id="moo"> ... </span&…

jquery jquery-selectors parent-child
Cross browser method to fit a child div to its parent's width

I'm looking for a solution to fit a child div into it's parent's width. Most solutions I've seen here are …

html css cross-browser parent-child
The specified child already has a parent. You must call removeView() on the child's parent first (Android)

I have to switch between two layouts frequently. The error is happening in the layout posted below. When my layout …

java android android-edittext textview parent-child
How to pass data from 2nd activity to 1st activity when pressed back? - android

I've 2 activities, Activity1 and Activity2. In Activity1 I've a Button and TextView. When the button is clicked Activity2 is started. …

android android-activity parent-child pass-data
JavaScript DOM: Find Element Index In Container

I need to find an index of element inside its container by object reference. Strangely, I cannot find an easy …

javascript html dom parent-child
get parent's view from a layout

I have a FragmentActivity with this layout: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.…

android android-layout view parent-child
How to set opacity in parent div and not affect in child div?

Hey i am searching in google but i can't fine any perfect answer I want to Opacity in parent DIV …

css parent-child opacity
How to select <td> of the <table> with javascript?

I know this is very easy question, but I couldn't find the answer anywhere. Only answers are the ones using …

javascript html-table parent-child