Jquery Events
When these events are triggered you can then use a function to perform some action with regard to the event. There are several events that we have access to in jQuery. Here are some generic examples of actions that can trigger an event: Clicking the mouseHovering over an elementLoading a pageSubmitting a formA keystroke Let us take a look at a common example, where you may want to hide an element when the click event occurs....