Questions tagged as 'removechild'

3
answers

By what means can you remove dynamic cell inserted in the HTML table

Script var opt = document; function inserirLinha(id) { var newRow = opt.createElement('tr'); newRow.insertCell(0).innerHTML = '<input type="button" value="X" onclick="removeLinha(this)" />...
asked by 03.06.2018 / 16:05
1
answer

Click the Span (Trash icon) to trigger in my li events fadeOut and then remove

I'm creating an Todo List with vanilla js and I ran into a problem. When I click on the bin icon (within my span) I can not delete my li. Could I point the way so that I can do javascript with the effect of fadeOut and then remove it from my...
asked by 14.12.2018 / 13:56
1
answer

Difficulty removing child, Python

Good morning, friends. I'm having trouble removing a child. I wrote a code to collect all the prices of the products of a website (it is a list of products, not a page for each one). On this with no problems, the code works well. It turns out th...
asked by 07.11.2018 / 12:41