Events handling in jQuery
Events are certain actions on which we can perform some tasks. For example click is a event, mouse key down is an event, scroll is also an event etc. Whenever an even occurred we can perform certain task, for example on a button click we can trigger a http request.