MCPcopy Create free account
hub / github.com/JsAaron/jQuery / border

Function border

1.2.6/src/offset.js:89–91  ·  view source on GitHub ↗
(elem)

Source from the content-addressed store, hash-verified

87 }
88
89 function border(elem) {
90 add( jQuery.curCSS(elem, "borderLeftWidth", true), jQuery.curCSS(elem, "borderTopWidth", true) );
91 }
92
93 function add(l, t) {
94 left += parseInt(l, 10) || 0;

Callers 1

offset.jsFile · 0.85

Calls 1

addFunction · 0.70

Tested by

no test coverage detected