'resize' Special Event
Categories: Browser Events
.bind( 'resize', ... )
Plugin: jQuery.event.special.dom
Description: Bind special event on resize element.
-
.bind( 'resize', ... )
version added: 1.0
This .bind()
implements a simple bind of an event, fired when the size of the element changes. This is not a native
browser event, there is a polling running in the background to check the state of the element 40 times per second.
See the .bind() and .unbind() method references for a way to bind/unbind event handlers.