Now, let us see the events used by JQuery.
We know that the form in HTML is quite important. And JQuery provides the Events that helps us work with form.
Then there are the events that helps us manage other events more effectively. i.e. If you want to trigger 2 or more events or you want to club the events and run it.
Also there are the events that gets triggered while resizing or scrolling.
Event | Description |
---|---|
resize() | This event occurs whenever change the size of browser. |
scroll() | This event occurs when you scroll any HTML element. |
Then we have the Keyboard Events.
And the Mouse Events.
And the other Events.