%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /proc/985914/root/www/varak.net/wiki.varak.net/resources/src/jquery/
Upload File :
Create Path :
Current File : //proc/985914/root/www/varak.net/wiki.varak.net/resources/src/jquery/jquery.mw-jump.js

/**
 * JavaScript to show jump links to motor-impaired users when they are focused.
 */
$( function () {

	$( '.mw-jump' ).on( 'focus blur', 'a', function ( e ) {
		// Confusingly jQuery leaves e.type as focusout for delegated blur events
		if ( e.type === 'blur' || e.type === 'focusout' ) {
			$( this ).closest( '.mw-jump' ).css( { height: 0 } );
		} else {
			$( this ).closest( '.mw-jump' ).css( { height: 'auto' } );
		}
	} );

} );

Zerion Mini Shell 1.0