Select from following answers:- siblings()

- sibling()
- returnSiblings()
- return()
- All Above
'siblings()' is the JQuery function used to return all the sibling element from the selected element.
elements that share the same parent are known as 'sibling elements'.
Show Correct Answer
Asked In: Spotted while Learning |
Alert Moderator