Web technologies Questions | jQuery Quiz | Set-1 | Question 8
Which method is used in a single global function in jQuery ?
(A) $()
(B) local()
(C) jQuery()
(D) global()
Answer: (C)
Explanation: The jquery function is used to define the global symbol. Hence , the jQuery() function is the single global function in jQuery.
Quiz of this Question