File Manager

Current Path : /usr/share/nodejs/@popperjs/test-utils/utils/
Upload File :
Current File : //usr/share/nodejs/@popperjs/test-utils/utils/appendNewPopper.js

export default function appendNewPopper(id, text, container) {
  const jasmineWrapper = document.getElementById('jasmineWrapper');

  const popper = document.createElement('div');
  popper.id = id;
  popper.className = 'popper';
  popper.textContent = text || 'popper';
  const arrow = document.createElement('div');
  arrow.className = 'popper__arrow';
  arrow.setAttribute('x-arrow', '');
  popper.appendChild(arrow);
  (container || jasmineWrapper).appendChild(popper);
  return popper;
}

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com