simple-modal.js是一款JavaScript弹出窗口插件,添加一个自定义动画,漂亮的确认对话框在你的网站/ web应用程序。创建一个新的模态窗口async function openModal() { this.myModal = new SimpleModal("Confirm Dialog!", "Are You Sure", "Sure!", "No"); try { const modalResponse = await myModal.question(); alert(`The response is ${modalResponse}`); } catch(err) { console.log(err); } }openModal()
preview Points Download 6毛Download Share Download
未经允许不得转载: ICode联盟 » Plugin Special Effects » 网页弹出窗口插件simple-modal.js