It was my understanding that $()
whas a shortcut alias to jQuery()
but then I read this iterator. Are they two different objects then?
EDIT: thanks for the replies. Why is there no consistency in the documentation, which uses $()
for the most part then switches to jQuery()
in the Utilites section? That's what made me confused.