MCPcopy Index your code
hub / github.com/JsAaron/jQuery / actualDisplay

Function actualDisplay

2.0.3/Css.js:462–467  ·  view source on GitHub ↗
(name, doc)

Source from the content-addressed store, hash-verified

460 // Called ONLY from within css_defaultDisplay
461
462 function actualDisplay(name, doc) {
463 var elem = jQuery(doc.createElement(name)).appendTo(doc.body),
464 display = jQuery.css(elem[0], "display");
465 elem.remove();
466 return display;
467 }
468
469 jQuery.each(["height", "width"], function(i, name) {
470 jQuery.cssHooks[name] = {

Callers 1

css_defaultDisplayFunction · 0.70

Calls 1

jQueryFunction · 0.70

Tested by

no test coverage detected