How to remove the parent element using plain javascript..!!

Posted by piemesons on Stack Overflow See other posts from Stack Overflow or by piemesons
Published on 2010-04-28T08:05:40Z Indexed on 2010/04/28 8:13 UTC
Read the original article Hit count: 204

How to remove parent element and all the respective nodes using plain javascript. I m not using any Jquery or other library. Its like u are havin an element and when user click on that u want to remove the parent to parent element.(also the respective chlds nodes of that)

© Stack Overflow or respective owner

Related posts about html

Related posts about javascript-events