const $ = require('jquery') const openModal = function (url, createModal) { if (createModal) { var id = 'modal-container-' + parseInt(Math.floor(Math.random() * 1000)) } else { var id = 'modal-container' } let container = $(`#${id}`) const body = $('body') const doTrigger = true if (!container.length) { const doTrigger = false container = $(`