Top "Parent" questions

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

jsoup: How to select the parent nodes, which have children satisfying a condition

Here's the part of the HTML (simplified for the question): <a href="/auctions?id=4672" class="auction sec"> <…

html parsing jsoup parent children
How to put a child window inside a main window(PyQt)

I looked here in stackoverflow and google for some days for something like my case, but all the examples I …

qt pyqt parent childwindow
jquery parents/closest not working

I have a link which posts some data to a controller. It is working fine and updates the data. But …

jquery parent closest
WPF pass parent binding object to the converter

I have ItemsControl that is bound to collection of type Student. Inside the ItemTemplate I have a TextBox that uses …

wpf binding parent relativesource
jQuery select descendants, including the parent

Consider the following HTML: <div class="foo" id="obj"> I should be changed red <div class="bar" …

jquery jquery-selectors parent descendant
How to remove QWidgets from QSplitter

In my app have a window splitted by a QSplitter, and I need to remove an widget. How can I …

qt parent qwidget qsplitter
How to get the parent view of a button within a list adapter?

i`m from brazil and I have a listview that contains buttons images and texts. I'm trying to click on …

android view parent rootview
Android activity go back to activity that started it instead of parent activity when pressing navigation bar back button

I have the following scenario: In android manifest I have three activities: ActivityA ActivityB - parent of ActivityA ActivityC What …

android android-intent android-activity parent back
XPath element which contains an attribute and whose parent's parent contains another attribute

This is my first post here and since I've seen many great answers I thought I'd give it a try. …

xpath element parent predicate axes
Php - get parent-script name

parent.php: require_once 'child.php'; child.php: echo __FILE__; It will show '.../child.php' How can i get …

php parent