Difference b/w with contents() and with out contents()

Difference b/w with contents() and with out contents()

Could you please, can any one clarify this.....

$("#divID").contents().find("span#spanID");

and

$("#divID").find("span#spanID");