$.foo() is equivalent to..
jQuery.foo()
javascript.foo()
document.foo()
None of the above
Correct Answer : A
The jQuery library contains the following features
jQuery method to hide selected elements?
Is it possible to use jQuery together with AJAX?