I\'ve got an element which resides inside a div. I\'d like to get the div by the child\'s ID, is this possible? if so how?
Thank you!
Using JQuery to get the child element, and standard JS to address the parent:
element = $('#childID')[0].parentNode