单项选择题

A.$("p").parent()
B.$("p").parent(".selected")
C.$("p").parent("selected")
D.$("p").parentAll(".selected")