MCPcopy Index your code
hub / github.com/mailru/FileAPI / getElementById

Function getElementById

flash/image/html-template/swfobject.js:508–515  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

506 /* Functions to optimize JavaScript compression
507 */
508 function getElementById(id) {
509 var el = null;
510 try {
511 el = doc.getElementById(id);
512 }
513 catch (e) {}
514 return el;
515 }
516
517 function createElement(el) {
518 return doc.createElement(el);

Callers 8

matchVersionsFunction · 0.70
getObjectByIdFunction · 0.70
showExpressInstallFunction · 0.70
createSWFFunction · 0.70
removeSWFFunction · 0.70
removeObjectInIEFunction · 0.70
setVisibilityFunction · 0.70
swfobject.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…