Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which of the following is a single global function defined in the jQuery library?

  2. A.

     jQuery()

    B.

     $()

    C.

     Queryanalysis()

    D.

     None of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    The jQuery library defines a single global function named jQuery(). This function is so frequently used that the library also defines the global symbol $ as a shortcut for it.


Be The First To Comment