Top "Jquery-traversing" questions

jQuery get id of element by searching for it by class

This is my html : <div id="my_box_one" class="head-div"> <div> <div class="some_…

jquery dom jquery-traversing
jQuery nextUntil, including, not excluding the matched element?

Is there a way to easily do nextUntil, so that the element matched by the selector is included? I have …

jquery jquery-traversing
How to get all parents until a certain parent is reached

I need something in-between the functionality of .closest() and .parents(). I am applying some CSS to all parents of a …

jquery traversal jquery-traversing
How to wrap DIV tags with different class names?

Duplicate: How can I add a parent element to a group of paragraph? I have the following HTML blocks repeated …

javascript jquery dom parent-child jquery-traversing
jQuery - Count list children not containing div with class

I have a simple js script that counts the number of children an unordered list has. I'm trying to change …

jquery html-lists jquery-traversing