'show' Special Event
Categories: Browser Events
.bind( 'show', ... )
Plugin: jQuery.event.special.dom
Description: Bind special event on show element.
-
.bind( 'show', ... )
version added: 1.0
This .bind()
implements a simple bind of an event, fired when the visbility of the element switch from hidden to visible.
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.