Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

javascript get parent by tag

// If you want to target the parent by tagName you could use .closest(selector); like :
var x = document.getElementById("myLI").closest('section');
// NOTE : Take a look to the Browser compatibility section.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #javascript #parent #tag
ADD COMMENT
Topic
Name
1+9 =