Browser Events

Browser event in jquery occurs when the user interacts with the browser. Following are the properties of the browser events.

Resize: .resize()

The .resize() event triggers or binds the event handler to the resize event of an element.

Scroll: .scroll()

The .scroll() event triggers or binds the event handler to the scroll event of an element.



Ask Questions

Ask Question