Vidyalelo
JavaScript · Q155

Document Object Model And Event Handling

Programming · JavaScript · question 155

Q155

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

A.
show()
B.
css()
Answer
C.
click()
D.
done()

Answer: Option B

Solution

Answer: Option B
Solution:
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.”