Categories

'emchange' Special Event

Categories: Browser Events

.bind( 'emchange', ... )

Plugin: jQuery.event.special.dom

Description: Bind special event on 'em' change.

  • .bind( 'emchange', ... )

    version added: 1.0

This .bind() implements a simple bind of an event, fired when the default text-size of the browser 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.