removes and returns a child node from the DOM

learn more… | top users | synonyms

0
votes
2answers
22 views

Remove elements by class name with dojo

How can I remove all elements found by a class name. I want to do this using the dojo framework.
0
votes
2answers
21 views

Actionscript 3. Remove loader with a for

I have a loader that I want to remove, and instead of removing one by one removeChild(ImgLoader1); removeChild(ImgLoader3); removeChild(ImgLoader4); removeChild(ImgLoader5); removeChild(ImgLoader6); ...
0
votes
0answers
5 views

Removing a repetitive 'class' after a specific 'id'

I have html structure like the following: <div id="main-content"> <div class="d01ad9fd" style="overflow:visible"> <span class="corners-top"> ...
0
votes
1answer
38 views

as3 if remove Parent Do all children get removed too?

I am loading a mc called Spiri into a mc called Box. Later I want to remove both from memory usage and off screen. I have the off screen in a tween not shown here. If I use removeChild(box); will it ...
0
votes
2answers
43 views

as3 check if child exists - removeChild();

The code below creates a MovieClip called "circle" and checks if it exists and deletes it via removeChild(); It removed the circle but the [object MovieClip] is still there. How can I check if a ...
0
votes
2answers
53 views

how to remove a child object by removeChild()?

I'm trying to make a custom animated/shooter, from this tutorial: http://flashadvanced.com/creating-small-shooting-game-as3/ By custom, I mean customized, ie, my own version of it. In it's ...
0
votes
1answer
20 views

hittest, removechild,not visible object remain issue,flash ,as3

HI! I am trying to remove object called '_pokemon'. It should be removed if it get hit ten times by rain falling down called '_jednaLinia' (means '_oneLine'). I do use this code, and yes it does the ...
0
votes
0answers
13 views

getChildAt and removeChildAt AS3 in one function

I did my homework and finally i got i worked. But i can't understand why removeChildAt have to before getChildAt in this randomtron function. import flash.display.MovieClip; var tron:MovieClip; ...
0
votes
2answers
12 views

working with nodeList “childNodes” of element.Why isn't the container2 being removed?

I have the following code and I am trying to remove dynamically all the "container" elements from an element supercontainer dynamically.Since nodeList is live the following code should remove the ...
1
vote
1answer
61 views

Action Script. Remove all objects with Try Again button

I'm creating Flash "memory" game, Idea to discover 2 equal cards. And I need to make "Try again" button, which remove all cards and spawn new. Here is main game function: public function ...
1
vote
2answers
42 views

Action Script 3. Remove discovered cards

I'm creating Flash "memory" game, Idea to discover 2 equal cards. Everything is fine, just I need to make that when cards are discovered they will be deleted. Now It stay shown. When I try: ...
0
votes
1answer
26 views

as3 removeChild and Loaders in them?

I am creating multiple loaders to load images with a for loop. I am then placing those images in a new MoveClip. When needed I am going to removeChild(flagHolder); Which holds all the images of ...
0
votes
1answer
14 views

nape remove body in collision

I have a function that detects when the objects collide but how do I delete one of them? private function fruitToFloorCollision(collision:InteractionCallback):void { // TODO Auto ...
0
votes
1answer
22 views

nape removing body from the space

When I sue the following code the body graphic is removed, however in debug mode I can still see the outline of the body which would suggest the body still exists. How do I totally remove this body? ...
0
votes
2answers
23 views

as3 removing flv playing class I can still hear sound

I have a class that adds an flv and loops it. I add it to the display object as a movieclip. When I do a removeChild(myFlv); myFlv = null; I can still hear the sound. What do I need to do to kil ...
0
votes
1answer
38 views

How can I use javascript to add and remove an element over and over again?

First posting. I am attempting to use buttons defined in HTML to call a function that creates buttons via JavaScript while the other button removes the buttons created. HTML: <div ...
0
votes
2answers
42 views

The supplied DisplayObject must be a child of the caller

yes i know this question gets asked all the time, but my inexperience has prevented me from finding the answer. I'm simply trying to remove an object from the screen if a button is clicked - ...
0
votes
4answers
37 views

Error 2025 when trying to removeChild, child not contained where it was added?

I am trying to code a tile-based level editor, in which the Main class adds Tile class instances as children of the 'tiles' movieclip when clicking/dragging the mouse. I am able to add tiles to the ...
0
votes
2answers
63 views

AS3: How can I add a children (instance) on stage every time I press the button without replacing the existing children?

How can I add a children (instance) on stage every time I press the button without replacing the existing children? I have four Classes: Symbol1, Symbol3, Symbol4, all. When I Press Symbol3 which is ...
0
votes
3answers
35 views

Deleting an xml node and all children via php

I have been looking around here and google and found various code, but none of them work. I'm assuming it's because none of them match my exact situation. I have an xml structure like this: ...
0
votes
1answer
655 views

NotFoundError: DOM Exception 8

straight to the point: function dell(a) { var id = a.split(''); var rs_array = ["nr", "ps", "aan", "des", "subs", "del"]; var r_array = ["artnr", "ps", "aan", "des", "subtots", "del"]; ...
0
votes
1answer
42 views

How do you remove a XML Element and All it's Multi-Level Children Using PHP?

I'm trying to delete a particular a specific node in a XML structure. I want to be able to delete all of the children of the Employee element that contains the specific username that I specify from a ...
1
vote
2answers
246 views

Javascript removeChild function returning TypeError: Value not an object

I made function in javascript that checks has the div element with an ID of #stage any child nodes, and if it has it to delete it when the function is called. When I start the website, Firebug ...
1
vote
2answers
61 views

How to remove some part of HTML

My code: <div id="main"> <div id="div1">Keep this div</div> <div>1</div> <div>2</div> <div>3</div> <p>4</p> ...
0
votes
4answers
88 views

can't remove dynamically added scripts

I am appending a child element with a reference to at javascript and a stylesheet, but I would like to delete it again when there is no use of it anymore. var head = ...
0
votes
0answers
42 views

js removeChild does not work

I have had a bit tricky idea to dynamically create and remove elements. If user clicks the last element, then new element is created. I he clicks any other except the last element, then all elements ...
0
votes
1answer
40 views

Trying to remove all children, receiving error #1009

The idea with my setup is that I have an input text field and three separate buttons on stage. When you type something in the text field and press the input button, the text inside the field is added ...
-1
votes
3answers
63 views

creating an element that can remove it self?

I'm building a lightbox as a school project, and I can't use jQuary. I've got an image. When you click it, javascript makes a transparent div with the ID "overlay". I want the div to remove itself, or ...
2
votes
4answers
142 views

How to change root of a node with DomDocument methods?

How to only change root's tag name of a DOM node? In the DOM-Document model we can not change the property documentElement of a DOMElement object, so, we need "rebuild" the node... But how to ...
0
votes
1answer
58 views

collision detection only happen top of the screen

i am going to make a very simple game like a sprite falling from top and i have to catch it with another sprite , if i don't the sprite will go outside the screen and remove ,, that part is ok , i ...
0
votes
1answer
67 views

Adding and removing children in AS3?

So, I'm trying to do this sort of thing where, if Cosmo.hitTestObject, Asteroid 5 should be removed, however I want it immediately added back at a different position, so the hit test isn't triggered ...
0
votes
3answers
61 views

Javascript: removeChild not working

Would you please help me? Why isn't removeChild working in my code? divId = $(".File[rel='" + fileId.substring(0, 32) + "']"); divId.parentNode.removeChild(divId); (The first line is ...
0
votes
0answers
48 views

QuickBox2D destroy everything

I need help in trying to remove/destroy everything from the stage so I can proceed to another page or something. I tried sim.destroy(); or sim.stop(); or "quickobject's var name".destroy(); but it ...
0
votes
0answers
109 views

Remove subview from uiscrollview with button

I want to remove uiscrollview page with button. It has two uiimageviews, one uilabel and a uitextview. when button is pressed i need to scroll to next page and hide current one. My code here: ...
0
votes
0answers
38 views

how to remove an instance from an array when it reaches a certain frame

OK guys. I am a bit lost here. I am trying to remove a movieclip that is in an array from the stage when it reaches a certain frame (27). scenario: player is shooting at an array of enemies. when he ...
1
vote
5answers
98 views

removing element by tag name

I'm trying to remove an element by tag name using javascript. I set up a click handler for a button called "clear". I'm trying to use the function the function clear to remove all of the li elements ...
0
votes
3answers
55 views

Remove closing tag XML root with PHP

I would like to remove the closing tag of an XML file. Currently I am using simplexml to load the file. I've looked at removeChild but haven't found a good example of somebody using it to remove the ...
0
votes
0answers
125 views

Removing an image from a layer in kineticjs

I'm adding few images in the canvas and then trying to remove them on click of a button which was working fine before because I was not saving the canvas. I did something like image.hide() //hiding ...
0
votes
2answers
64 views

Error #2025: The supplied DisplayObject must be a child of the caller

I just started making a really simple video game for a class and I have a random score point spawner. This function works fine, nothing goes wrong, but when I publish the game and play it with Flashy ...
1
vote
1answer
83 views

DOM 8 error in removeChild for a div

I'm a bit of a novice and I know my code isn't the best, but I'm learning. I'm putting together several image sequence animations that trigger as functions on events. Click a button, animation. ...
0
votes
2answers
72 views

AS3 gotoAndStop causes object to remove itself

I have a student who is working on a Tower Defense game in AS3 and has an issue that has stumped me. He is using hitTestObject to change the direction that a movieClip is moving. The movieClip has its ...
0
votes
1answer
44 views

illogical remove child error when looking through DisplayObjects, flash AS3

Argument Error #2025: The supplied DisplayObject is not a child of the caller In my program I have a structure of display objects representing enemy units on screen, arranged like this: 0: "enemy ...
0
votes
2answers
75 views

Remove script from site before being executed

I have a site I'm loading via iframe and it's on the same server. I need to remove a certain script tag before the page inside the iframe is loaded. In order words, intercept and remove the script ...
1
vote
1answer
89 views

How to remove HtmlScriptElement in C#

How can I programatically remove an appended html element? Here's my code (I want to remove scriptEl like it never existed) and any InvokeScript to the web browser results in error or no action all: ...
0
votes
1answer
88 views

How to remove DOM nodes in Firefox consecutively?

I am trying to remove a division element (a modal window) from the DOM in Firefox. The first time I remove the Modal Window; everything works fine. When I open the window a second time and try to ...
2
votes
1answer
99 views

How to Add/Remove views efficiently?

I have an application which shows a list of items with details. When the user selects the item, the app shows the extra detail. I created two Views which extend RelativeLayout, one for listView and ...
1
vote
4answers
64 views

jQuery empty but exclude a certain element

Is it a bug in jQuery or in my logic? I need to empty() a div but exclude a specific selector. What I've tried so far: $('.modal').find('.close').nextAll().empty(); ...
2
votes
2answers
313 views

removeChild() : how to remove indent too?

Let's consider the following XML document: <items> <item>item1</item> <item>item2</item> </items> Now, let's remove all the items and add some new item. ...
3
votes
3answers
120 views

remove the (o)th/(n) th option in dropdown menu?

Can anyone explan me how to remove (0) th/ (n) th element in dropdown menu ? <select name="selectBox" id="selectBox"> <option value="option1">option1</option> <option ...
0
votes
1answer
51 views

javascript removing all clones

var counter = 0; function moreFields() { counter++; var newFields = document.getElementById("input").cloneNode(true); newFields.id = counter; newFields.style.display = 'block'; ...

1 2 3 4 5