What is .siblings() method in jquery?



What is .siblings() method in jquery?..

Answer / Sanjay Singh Yadav

.siblings() is a jQuery method that selects all elements that share the same parent as the selected element, but do not match the selector provided.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

How to use jquery?

1 Answers  


what does $("div") will select? : jquery mobile

1 Answers  


How to load jQuery from CDN?

1 Answers  


Explain the features of jquery mobile? : jquery mobile

1 Answers  


Explain source maps in jquery? : jquery mobile

1 Answers  


What is the difference between prop and attr?

1 Answers  


What are selectors in jquery? Explain

1 Answers  


What is the method used to define the specific character in place of $ sign?

1 Answers  


How we can set the html contents of an element in jquery?

1 Answers  


Where jquery mobile works? : jquery mobile

1 Answers  


What is the difference between jquery and javascript?

1 Answers  


Differentiate between width() vs css(‘width’) in jquery

1 Answers  


Categories