���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/wiki.craftaro.com/resources/src/mediawiki.debug/jquery.footHovzer.js
���ѧ٧ѧ�
/** * @private * @class jQuery.plugin.footHovzer */ ( function () { var $hovzer, footHovzer, $spacer; function getHovzer() { if ( $hovzer === undefined ) { $hovzer = $( '<div>' ).attr( 'id', 'jquery-foot-hovzer' ).appendTo( document.body ); } return $hovzer; } /** * Utility to stack stuff in an overlay fixed on the bottom of the page. * * Usage: * * var hovzer = $.getFootHovzer(); * hovzer.$.append( $myCollection ); * hovzer.update(); * * @static * @inheritable * @return {jQuery.footHovzer} */ $.getFootHovzer = function () { footHovzer.$ = getHovzer(); return footHovzer; }; /** * @private * @class jQuery.footHovzer */ footHovzer = { /** * @property {jQuery} $ The stack container */ /** * Update dimensions of stack to account for changes in the subtree. */ update: function () { var $body; $body = $( document.body ); if ( $spacer === undefined ) { $spacer = $( '<div>' ).attr( 'id', 'jquery-foot-hovzer-spacer' ); $spacer.appendTo( $body ); } // Ensure CSS is applied by browser before using .outerHeight() setTimeout( function () { $spacer.css( 'height', getHovzer().outerHeight( /* includeMargin = */ true ) ); }, 0 ); } }; /** * @class jQuery * @mixins jQuery.plugin.footHovzer */ }() );
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.31 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�