Skip to main content
-1 votes
1 answer
31 views

Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node. using datatable

I'm using datatable and this is my react code, this is giving Failed to execute 'removeChild' every time i make any updates How to fix it? I tried using ChatGPT and CaludeAi but none of them worked, I ...
Awanish Mishra's user avatar
2 votes
0 answers
22 views

I'm getting this error in my react app:- NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node

Hi Im getting this error in my react next js app enter image description here Following is my index.jsx code import Layout from "@/src/layout/Layout"; import { sliderProps } from "@/src/...
Adil Mehmood's user avatar
0 votes
0 answers
54 views

How to remove <script> from HTML in angular dynamically

I am trying to integrate my application with third party payment. They provided the JS file which I am including in my HTML. var script = document.createElement("script"); script.src = &...
user2249972's user avatar
  • 7,775
-3 votes
1 answer
54 views

try to Remove a Div inside another div in javascript

do list app but the problem is I added on click function when the delete button is built but on the function side nothing works most of the time I get e is undefined i checked all other pages but ...
smsi's user avatar
  • 39
1 vote
1 answer
47 views

How to remove / forget a 2nd frame AND reuse it conditionally

Albeit having some coding experience, it was in 'old scole 3GL' like Cobol, but that was decades ago. Not to long ago, just for fun and out of curiosity, I looked into the 4GL object oriented aspects ...
Eric's user avatar
  • 11
-1 votes
1 answer
38 views

I am trying to run a remove function for inputed files however nothing is working

I am currently making the front end of my NFT Marketplace and I am creating the functionality for my minting page. I created an update file element that allows users to upload an image into the box ...
EGstacking's user avatar
-1 votes
1 answer
48 views

How to delete a TODO item list from DOM when I click delete button using JavaScript?

In delete function of TODO item I want to delete a specific todo item with given id but I am having difficulty in selecting parent i.e. div tag in which I have stored the title description and delete ...
079_RISHABH's user avatar
0 votes
1 answer
125 views

Filtering items using RemoveChild() and appendChild()

I'm building a simple filter in Vanilla Javascript and CSS. When the user click a category, the articles not related with the category have the class .hide. I also need to remove all these articles ...
Mathieu Préaud's user avatar
0 votes
1 answer
47 views

GIF/IMG not removing from DOM (not a function?)

So I'm continuing my Quiz application and my previous question gave me insight on how collections cannot use .remove(). I suppose my second question is, I've recently run into several problems getting ...
Michael Anderson's user avatar
0 votes
1 answer
91 views

Remove a link from HTML page before it loads with JAVASCRIPT

HTML I was sure I was on the right track, but for some reason the code of javascript doesn't work and doesn't remove the second link, can someone help me please? <div class="p-4"> ...
Mike Youlend's user avatar
0 votes
3 answers
166 views

Add unique ID's to input fields created with createElement method

I'm trying to create a dynamic membership form, where I can send the ID of input fields as a shortcode into an email. The form generally begins with 2 fields (1 for name, 1 for email). I can then ...
ladetunji's user avatar
0 votes
3 answers
37 views

I am dynamically adding div to the DOM via JS and using appendChild and later on removeChild. But when appending for the 2nd time it wont work

In the code below, create() works fine the first time but in the second time something goes wrong at boxWrapper.appendChild(box);. seems like the removeChild messes up the parent box-wrapper ...
Eduardo Vianna's user avatar
0 votes
0 answers
205 views

How to remove background image from digram?

onUploadRemove = () => { console.log("delete"); console.log("delete state:", this.state.backgroundImge); this.setState({ backgroundImge: null ...
Anil sharma's user avatar
0 votes
1 answer
1k views

Can I automate checking the "replace all child object permissions entries with inheritable permission entries from this object" with a script?

First off I am aware there is software created for this but I am attempting to present this to an entrprise that is kind of strict on letting any old app into the environment. I have a Powershell ...
Wyatt Blacker's user avatar
1 vote
1 answer
679 views

click the button and if the items' checkbox checked delete the items ReactJS

I have two components. One is ProductList and the other one is AddProduct. PAddProduct has a form for the details for the product. After filling the form and click the button "Save" the ...
Altug Okumus's user avatar

15 30 50 per page
1
2 3 4 5
46