The children tag has no wiki summary.
0
votes
0answers
18 views
PHP DomDocument replaceChild
I can't get this method to work.
I have this PHP code:
$dom = new \DOMDocument();
$dom->loadHTML($this->_html);
$newD = $viewElement->replaceHtml();
$oe ...
0
votes
1answer
16 views
Adding children dynamically to an expandable list view generates java.lang.NullPointerException at ExpandableListAdapter
I am trying to add records dynamically for a particular group ( say for the first) in my project.
This is the code i came up with , which i insert while adding a record. so that when i add a record a ...
4
votes
1answer
68 views
Perl, Children, and Shared Data
I'm working with a database that holds lots of urls (tens of thousands). I'm attempting to multi-thread a resolver, that simply tries to resolve a given domain. On success, it compares the result to ...
0
votes
3answers
49 views
Can I use jquery children() to select children of a child element?
I'm trying to write a selector that has to cover both ul, table and select and selects li, tr and options in a single selector.
Since I cannot rule out a list being defined inside a table cell for ...
-1
votes
3answers
35 views
Remove the li childeren
I want remove the li that is arround this link.
I have this script.
$('a[href$="archief"]').children('li').remove();
What do i wrong? I want to select the list item that is arround the link.
3
votes
4answers
106 views
How to link parent and children to each other?
Having two simple classes; one with only parent attribute, and one with both parent and children attributes.
This means that the one with both parent and children inherits from the one with only ...
0
votes
1answer
19 views
Signal handling: how to parse code and status so WIFEXITED etc. can use them?
sa_sigaction function takes argument siginfo_t which holds "si_code" and "si_status" depending on what changed child process'es state.
I'm using a library function that takes one integer being the ...
1
vote
1answer
29 views
Add header in ChildView from ExpandableListView (Android)
I'm trying to find a solution for my answer through the Internet but I can't find a good one. I looked this topic: Android ExpandableListView Child Headers but it doesn't work for me.
What I have now ...
-2
votes
2answers
55 views
Simple and interesting algorithm to illustrate the concept of “Algorithm” [closed]
What is a simple and interesting algorithm that would serve as an exemplar for the concept of "Algorithm" to relatively young children? It would be good if the algorithm was simple and short. A simple ...
1
vote
1answer
31 views
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">
<div class="progress">
<div class="guarantee">
<img ...
0
votes
0answers
13 views
beautifulsoup extract text from children
I've been looking through a lot of questions related with parsing HTML with Python using BeautifulSoup, but I can't manage to get what I need.
This is a little module of a personal app I want to do, ...
0
votes
0answers
47 views
android three level expandable list view
hey,
according to this question
Android double expandable listview hides items if list is too big
I've implementend my own three level expandable list view. The code is like the same as from the ...
0
votes
1answer
34 views
Recreating phpMyAdmin - jQuery + AJAX - How do I access Arrays within an array
So I am recreating phpMyAdmin. (Yeah, pray for me.)
I need to be able to access the part of the array at the column level.
With Console.log(_data.rows) I only [Object, Object, Object, Object, ...
0
votes
2answers
79 views
C# - How Do I Close Main Form Together With Child Forms (while child windows must close ONLY when main form is closing)
I have a main window and a few child windows. Child windows contain some data so I don't want them to be closed. So I hide them while in FormClosing I set e.Cancel = true;
But when I want the main ...
3
votes
1answer
37 views
How can I keep the elements inside a div independent from it's CSS3 animations?
I have a little animated cog using CSS3, but I want the text inside it to stay still. Changing the position to absolute or fixed doesn't work, and I'm not sure how to proceed.
...
0
votes
2answers
30 views
XSLT remove duplicate children
I am looking for an XSLT transformation to de-duplicate the children element of a parent.
In my case both parent and children are given (i.e I don't want to deduplicate any children of any element).
...
0
votes
2answers
55 views
Access an element by matching its “html()” content
I'm working with a table form which displays the rows of a database table.
There's a unique row with id=0 which must not be deleted but I'm not able to reach it. The id is stored inside a td and the ...
1
vote
4answers
54 views
jQuery: Change text and class on click while preserving the child elements
I'm trying to do a simple "toggle" like function with jQuery but I can’t seem to get it to work quite the right way.
I've a HTML block which looks like this:
<li class="item-actions-follow">
...
2
votes
4answers
56 views
Get all extended Classes in PHP
Say I got a class like:
<?
class ObjectModel {
}
and I got some other classes like:
<?
class SomeNewClass extends ObjectModel {
}
class SomeOtherNewClass extends ObjectModel {
}
Is there ...
1
vote
2answers
46 views
On a ListView item's child click
I have a ListView where each of its items is composed from some ImageViews and TextViews,
i want that when i click on a specefic ImageView, some code will be executed, where should i put this code is ...
0
votes
2answers
27 views
Automate AJAXed forms with Jquery
I want to improve my website and figured out a good way to do it was by submitting forms via AJAX. But, I have so many forms that it would be inpractical to do $('#formx').submit(). I was wondering if ...
0
votes
0answers
38 views
Using orderby to sort collection properties in LINQ
In a Windows Store app, I have a Household entity which includes a collection of HouseholdMember child objects. I'm populating a page with the Household detail, including a ListView that contains a ...
0
votes
0answers
46 views
as3 Greensock throwProps Error loading Children
I am having an issue with Greensock display children of a movieClip. I know there error is in these lines
// this works and makes flagButton alpha to .3
// Displays Flags which are children in the ...
0
votes
1answer
23 views
WPF: Fast clearing a VisualHost with thousands of Children
In a WPF application I'm using a VisualHost with a Children collection. This children collection contains around 10000-30000 DrawingVisuals.
Drawing these DrawingVisuals takes around 600 ms. Thats ...
0
votes
1answer
18 views
Multiple child widgets in pyside
I want to have multiple children of one QWidget. However, when I just set a child multiple times, only the last one to be set shows up. The ultimate goal is to put this widget in a QScrollArea. Here ...
0
votes
3answers
33 views
How to get objects that have children of some type using jQuery?
How to get objects that have children of some specific type using jQuery? For example, having the next DOM:
<ul id="menu">
<li>Item 1</li>
<li>
Item 2
<ul>
...
-1
votes
1answer
28 views
How to get the classes of an element's children in JS?
i'm just creating a grid system for responsive web design and my code (simplified) looks like this:
<div id="row1">
<div class="type_3">
</div>
<div class="type_1">
...
0
votes
2answers
25 views
Select children and siblings of :not selector
I would like to style everything in a document like this:
body * { color:#000; }
But I would like to exclude the style from a certain div and everything that it holds, so I tried the not selector ...
0
votes
2answers
27 views
FireBug (or any other method) - How to copy all CSS styling from DIV and child divs?
I am trying to copy all the css styling from a div (and all child/inner divs).
I mostly user FireBug and am hoping there is a simple way to do this so I don't have to go through thousands of lines of ...
0
votes
1answer
154 views
Android ExpandableListView sliding children
I'm currently trying to develop an expandablelistview with two or more children per group.
It works fine, but now I want to animate a slide animation to the children, when the user clicks on the ...
1
vote
0answers
42 views
How do I get the children of a specific branch using Propel 1.6 Nested Set under Symfony2?
I have nested set table like this (partially shown):
ROOT
Boats
ATV
Sport
Utility
Youth
Motorcycle
Outboard Motors
Side x Side
Snowmobiles
WaveRunners
Generator
I have Propel working under ...
0
votes
0answers
128 views
Hibernate : Join two child tables on foreign key
I have a parent Task table.
Task (taskId, taskType, ... )
I have two child tables, TaskAttributes (primaryKey, taskId, attributeKey, attributeValue) and TaskStateMappings (primaryKey, taskId, ...
1
vote
1answer
27 views
json inner objects without an array
I've looked for a solution but keep coming up short. I have the following json:
{
"objects" :
{
"a" :
{
"a1" : { "value1" : "1" }
"a2" : { "value2" : "2" }
...
0
votes
2answers
30 views
as3 accessing Children from dynamicly added moiveclip
I am adding moiveClips and putting their position accordingly. I am placing all the dynamically added clips in one new movie clip and then centering that on stage. As a test, I see I can control the ...
1
vote
3answers
37 views
checking (if) and selecting children/parent in jquery
My html:
<div class="red-box">
<h2>
<a href="#">My Cars</a>
</h2>
<div class="block_left layout2">
<div class="part1">
<div ...
2
votes
2answers
79 views
REST hypermedia/links to collections
Part of REST best practice is to make use of links in the responses to allow clients to navigate from one entity to another.
For example if I had a customer object type which has child account. If I ...
0
votes
3answers
42 views
AS3: How to catch the event sent from subchild class?
I thought it's a straight forward work but it isn't :(.
You can see now how I designed my code.
Help please
0
votes
2answers
76 views
AS3: Can I dispatch Event from one Child to another?
Hi guys, I cannot sort out this enigma :).
How to send dispatchEvent from Child1 and catch this event in Child2?
or
How to send dispatchEvent from Child1 and catch this event in Child3?
or
How ...
0
votes
1answer
59 views
How to resize an empty container movieclip in AS3?
I have an empty movie clip which I have added children to via addChild. I would like to be able to scale this movie clip by half so that all it's children's dimensions are halved. Changing the height ...
5
votes
2answers
111 views
Using box model to contain items within its parent div
Using the following HTML and CSS3 rules, I'm trying to make sure that the following criteria are adhered to:
I have all of the criteria working except for item 1 where the
children are exceeding ...
0
votes
1answer
91 views
Dynatree initial load with children
I have a lazy loading DynaTree in the lastest version 1.2.4 and get the challange, to provide the path to the current selected node.
I do a loop over the root nodes to build the first level of the ...
0
votes
4answers
88 views
Put images in an array - Javascript
At the moment, I have the code to put all my children of the "slides" class in an array in jQuery.
$('.slides').children().each(function (i) {
var oImg = new Image();
oImg.src = this.src;
...
0
votes
2answers
45 views
What would be the correct way to write this if statement in javascript? DOM [closed]
Hello I have a problem where im trying to remove all children, if children are present inside an element. I figure a statement could be written as "if child nodes > 1 remove all children" but I dont ...
0
votes
2answers
69 views
Access all children of a certain node with simplexml and php
I have a question and the answer is sure simple, but it just lacks of understanding from my side.
I have a xml file with following look (short example)
<item id="1234">
<property ...
0
votes
1answer
185 views
How to make onchildclick really clickable into an expansible listview
I am having two classes: one is the adapter and the second one is my activity. After i find some code for opening different classes if i click different items my app just stops and the items are not ...
0
votes
2answers
65 views
change background of one element and all its children when it is hovered jquery
I have a table which all <tr> that contains a lot of <div> and each one can contains many others (they are generated automatically)
then, I want to change backgounrd-color of each ...
4
votes
4answers
86 views
How to select children using the children() function? [closed]
I can't understand how to use children() function in jQuery, I have this code:
jQuery('#nav li.over a.level-top').css({'padding-bottom': '26px'});
I want to replace #nav li.over with var navLiOver ...
2
votes
1answer
39 views
Android: Adding many children to a layout in a separate thread
I have an activity with a Button and a GridLayout with many children. If I add all these children in onCreate() my activity appears on a screen with a lag:
protected void onCreate(Bundle ...
1
vote
3answers
113 views
Children div to expand to the full width size of the parent div with css on the same row
<style>
.classname {
min-width:248px;
height:40px;
max-width:498px;
border:1px solid red;
float:left;
}
</style>
<div id="maindiv" ...
0
votes
1answer
68 views
How to transfer data between two children activities in android? [duplicate]
I have 3 Activities:
1 Parent and 2 children. Let's call them simply Activity1, Activity2a and Activity2b;
Activity2a and Activity2b are both started from Activity1. How can I transfer data from ...







