What are the differences, if any, between $("#elementID") vs document.getElementById("elementID")?
Can they both do the same things?
What are these things called? Objects?
i.e.
if I have x = $("#elementID"), what is x?
if I have y = document.getElementById("elementID"), what is y?