Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which is the method that operates on the return value of $()?

  2. A.

     show()

    B.

     css()

    C.

     click()

    D.

     done()

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    The css() method operates on the jQuery object returned by $(), and returns that same object, so that the show() method can be invoked next in a compact “method chain.”


Be The First To Comment