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

Function setGlobalEval

2.1.1/src/manipulation.js:78–87  ·  view source on GitHub ↗
( elems, refElements )

Source from the content-addressed store, hash-verified

76
77// Mark scripts as having already been evaluated
78function setGlobalEval( elems, refElements ) {
79 var i = 0,
80 l = elems.length;
81
82 for ( ; i < l; i++ ) {
83 data_priv.set(
84 elems[ i ], "globalEval", !refElements || data_priv.get( refElements[ i ], "globalEval" )
85 );
86 }
87}
88
89function cloneCopyEvent( src, dest ) {
90 var i, l, type, pdataOld, pdataCur, udataOld, udataCur, events;

Callers 1

manipulation.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected