Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which of the following is the Web application equivalent to querySelectorAll()?

  2. A.

     #()

    B.

     &()

    C.

     $()

    D.

     None of the mentioned

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    Web applications based on jQuery use a portable, cross-browser equivalent to querySelectorAll() named $().


Be The First To Comment