{"id":412,"date":"2021-08-27T08:40:00","date_gmt":"2021-08-27T12:40:00","guid":{"rendered":"https:\/\/javascriptsource.com\/?p=412"},"modified":"2021-09-28T18:41:06","modified_gmt":"2021-09-28T22:41:06","slug":"remove-an-element-from-the-dom","status":"publish","type":"post","link":"https:\/\/javascriptsource.com\/remove-an-element-from-the-dom\/","title":{"rendered":"Remove an element from the DOM"},"content":{"rendered":"\n

Use Element.parentNode<\/code> to get the given element’s parent node. Use Element.removeChild()<\/code> to remove the given element from its parent node.<\/p>\n\n\n\n

const removeElement = el => el.parentNode.removeChild(el);\n\n\/\/ Example\nremoveElement(document.querySelector('#my-element'));\n\/\/ Removes #my-element from the DOM<\/code><\/pre>\n\n\n\n

Source<\/h2>\n\n\n\n

https:\/\/www.30secondsofcode.org\/js\/s\/remove-element<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"

Use Element.parentNode to get the given element’s parent node. Use Element.removeChild() to remove the given element from its parent node.<\/p>\n","protected":false},"author":2,"featured_media":632,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"categories":[16],"tags":[],"class_list":{"0":"post-412","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-miscellaneous","8":"entry"},"featured_image_src":"https:\/\/javascriptsource.com\/wp-content\/uploads\/2021\/08\/Remove-an-element-from-the-DOM-600x400.jpg","featured_image_src_square":"https:\/\/javascriptsource.com\/wp-content\/uploads\/2021\/08\/Remove-an-element-from-the-DOM-600x526.jpg","author_info":{"display_name":"JavaScriptSource Editor","author_link":"https:\/\/javascriptsource.com\/author\/bkmacdaddybsa\/"},"_links":{"self":[{"href":"https:\/\/javascriptsource.com\/wp-json\/wp\/v2\/posts\/412","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/javascriptsource.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/javascriptsource.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/javascriptsource.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/javascriptsource.com\/wp-json\/wp\/v2\/comments?post=412"}],"version-history":[{"count":2,"href":"https:\/\/javascriptsource.com\/wp-json\/wp\/v2\/posts\/412\/revisions"}],"predecessor-version":[{"id":633,"href":"https:\/\/javascriptsource.com\/wp-json\/wp\/v2\/posts\/412\/revisions\/633"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/javascriptsource.com\/wp-json\/wp\/v2\/media\/632"}],"wp:attachment":[{"href":"https:\/\/javascriptsource.com\/wp-json\/wp\/v2\/media?parent=412"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/javascriptsource.com\/wp-json\/wp\/v2\/categories?post=412"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/javascriptsource.com\/wp-json\/wp\/v2\/tags?post=412"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}