[jQuery] Extracting HTML comment

[jQuery] Extracting HTML comment


I posted about this back in March but ended up using RegEx to get the
job done. I'm now looking to do the same but thought I'd throw the
question out there again.
Is their a way in jQuery to get at HTML comments?
<div>
<!-- I want this text -->
<span>Hmmmm</span>
</div>
Thanks.
Adrian