标签: jquery wordpress modal-dialog
我在Wordpress网站上使用the simplest possible modal for jQuery。 我希望在发送联系表格7后显示一条消息。 如何在事件发生时打开模态窗口?
document.addEventListener('wpcf7mailsent', function(event) { ... }, false);
提前致谢。