
絵リレーバトンタッチです!
jQuery(document).ready(function($) { $(".report--button").click(function(e) { e.preventDefault(); $(".report-form").show(); }); $("#report-post-form").submit(function(e) { e.preventDefault(); var reportReason = $("#report-reason").val(); $.ajax({ type: "POST", url: "https://gpt.minnna.jp/wps/wp-admin/admin-ajax.php", data: { action: "report_post", post_id: 2185, report_reason: reportReason }, success: function(response) { alert("通報を送信しました!"); $(".report-form").hide(); } }); }); });
可愛いすぎる
ありがと!
ラフとてもいいですね!絵リレーバトンタッチじゃなく 単独で投稿してもいいかも!
なるほどです!続きじゃあ早速続き描いてみます!