Top "Parent" questions

In an oriented tree, the parent is the previous node before the node of interest.

Make div (height) occupy parent remaining height

http://jsfiddle.net/S8g4E/ I have a container div with two children. The first child has a given …

html css height parent
jQuery select element in parent window

Is there a way to select a DIV in the parent window using jQuery? For example: Main page contains this, &…

jquery jquery-selectors popup parent
How do I get the n-th level parent of an element in jQuery?

When I want to get, for example, the 3rd level parent of the element I must write $('#element').parent().…

javascript jquery parent
parent & child with position fixed, parent overflow:hidden bug

I don't know if there is an issue, but I was wondering why the overflow:hidden does not function on …

css overflow parent fixed children
PHP Accessing Parent Class Variable

class A { private $aa; protected $bb = 'parent bb'; function __construct($arg) { //do something.. } private function parentmethod($arg2) { //do something.. } } class …

php class variables parent
How to access to the parent object in c#

I have a "meter" class. One property of "meter" is another class called "production". I need to access to a …

c# oop parent
Call parent Javascript function from inside an iframe

I have a iframe (in my domain), that iframe has a file iframe.js. My parent document has a file …

javascript jquery iframe parent
Selecting a parent directory in html

I have a general question (I'm not all to familiar with html). The following use of the slash I have …

html directory parent
Delete a child and a parent row with one SQL script

Instead of deleting the child row and then writing another sql statement to delete the parent row I wanted to …

sql oracle parent parent-child