2 Demos to use jQuery click() event method

What is the jQuery click() method?

The click event occurs when an element of HTML document is clicked. For example clicking a button, a paragraph, a Div, a link or an image etc. As click event occurs, an event handler function can be attached to perform a certain action with the click() method.

Video Tutorial