const $ = require('jquery') const openModal = function (url) { let container = $('#modal-container') const body = $('body') if (!container.length) { container = $('