Possible Duplicate:
What is the meaning of symbol $ in jQuery?
$ versus jQuery
I am a bit new to jQuery but have done some things with it. however i have never used jQuery() function and am curious what the purpose of it is.
Are these the same?
jQuery("body")
$("body")