Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which of the following is a heavily overloaded function?

  2. A.

     jQuery()

    B.

     $()

    C.

     script()

    D.

     Both jQuery() and $()

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    The jQuery() function (a.k.a) $()) is the most important one in the jQuery library. It is heavily overloaded, however, and there are four different ways you can invoke it.


Be The First To Comment