jQuery Add/Remove class on parent/sibling
The jQuery siblings() method is used to get the sibling elements of the selected element.
The following example will highlight the siblings of the li element by adding the class .active on document ready.
The jQuery siblings() method is used to get the sibling elements of the selected element.
The following example will highlight the siblings of the li element by adding the class .active on document ready.