Answer & Solution
Answer: Option B
Solution:
The correct answer is .show(). The .show() method in jQuery is used to display hidden elements on a webpage by setting their CSS display property to its default value (usually block or inline).