Top "Dom-traversal" questions

The process of traversing the Document Object Model (DOM) tree and finding nodes based on certain criterion.

How can I get the href of all images on a page using JavaScript?

Is it possible for me to get the href of all images on a page using JavaScript? This code gives …

javascript html dom-traversal
How do you access the ui.item children in jQuery?

I'm trying to access the following rectangularized item using the jQuery sortable plugin: Currently my jQuery code looks like this (…

jquery jquery-ui dom-traversal
What's the difference between .closest() and .parents('selector')?

What's the difference between these? Is one more efficient than the other? I'm a little bit confused to why they …

jquery dom-traversal
Traverse all the nodes of an XML document?

I want to traverse through the entire nodes of an if_ixml_document. which is the best way to do …

xml abap dom-traversal