Skip to content

Instantly share code, notes, and snippets.

#preview {
display: none;
z-index: 2;
position: absolute;
width: 550px;
height: 365px;
top: 0px;
left: 0px;
background-color: #fff;
border-radius: 8px;
/** Global Vars **/
var PREVIEW_ELEM_NAME = "preview";
var PREVIEW_ELEM_ID = `#${PREVIEW_ELEM_NAME}`;
var SHOW_PREVIEW = true;
/**
*
**/
function loadExternalJS(srcUrl)
{