Click() method sends an event to an html element when the mouse click the selected element.
Example: Clicking on an html link displays the hidden bottom content using the show function, ignoring the link destination using preventDefault().
Interesting Articles