gpt4 book ai didi

jquery - 如何制作带有发布数据的弹出窗口?

转载 作者:行者123 更新时间:2023-12-01 05:04:24 25 4
gpt4 key购买 nike

我想做一个弹出窗口,但是当我弹出窗口时,我想发布一些信息,我该怎么做?谢谢。

最佳答案

您可以在表单的 .submit 处理程序中打开弹出窗口,并将表单的目标设置为弹出窗口。

$("#myForm").submit(function(e) {
window.open('', 'popupform', 'width=400,height=400,resizeable,scrollbars');

// target the form to the newly opened popup
this.target = "popupform";
});

Demo.

关于jquery - 如何制作带有发布数据的弹出窗口?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7132818/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com