MCPcopy
hub / github.com/mongodb/node-mongodb-native / actualDisplay

Function actualDisplay

docs/2.2/js/jquery.js:7298–7303  ·  view source on GitHub ↗
( name, doc )

Source from the content-addressed store, hash-verified

7296
7297// Called ONLY from within css_defaultDisplay
7298function actualDisplay( name, doc ) {
7299 var elem = jQuery( doc.createElement( name ) ).appendTo( doc.body ),
7300 display = jQuery.css( elem[0], "display" );
7301 elem.remove();
7302 return display;
7303}
7304
7305jQuery.each([ "height", "width" ], function( i, name ) {
7306 jQuery.cssHooks[ name ] = {

Callers 1

css_defaultDisplayFunction · 0.70

Calls 2

removeMethod · 0.80
jQueryFunction · 0.70

Tested by

no test coverage detected