单项选择题

$(document).ready(function(){$("h2").siblings();});代表的含义是()

A.返回<h2>的所有同胞元素
B.返回<h2>的所有下级元素
C.返回<h2>元素的所有后代元素
D.h2的上一个元素