gpt4 book ai didi

jquery - 如何使用 jquery .load() 使用 post 方法传递变量

转载 作者:行者123 更新时间:2023-12-01 00:49:44 25 4
gpt4 key购买 nike

我想将变量 nameemail 传递到 .load() 事件中。

var email = $('#reg-email').val();
var name = $('#reg-name').val();
$("#user-detail").load("proc/reg-step2.php",{ "name": "name" , "email": "email" }, function() {
$("#ajaxLoader2").remove();
});

本节的语法应该是什么,以便传递变量而不是我在此处编写的字符串{ "name": "name", "email": "email"}??

最佳答案

您可以使用变量代替文字:{ "name": name, "email": email }

关于jquery - 如何使用 jquery .load() 使用 post 方法传递变量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5937661/

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