こんにちは、私が知りたい皆さん、これを行うことは可能ですか? まず、データを href$.post
に投稿するために使用します。投稿が完了すると、その上にデータがあり(これにはhrefがありません)、別のデータを送信したいのですが、そのhrefが何であるかわかりません。例えば :
$.post("/link", {
"action" : "add_points_for_user",
"search_user" : "data",
"submit_search_user" :"Ok"
}, function(z) {
console.log(z);
// I want to send another data on it (use $.post) without using url
});