jQuery Examples - 5 (events)

In this blog, I will cover the basics of jQuery events. I will create an example to demonstrate how the on method works, how we can control bubbling of events and how we can create custom events.
The code is as follows: