Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
同様のパラメータを使用して ajax を呼び出そうとしています:
jQuery.ajax({ url: ajax_url, type: "POST", data: { fields: { id: id, name: name } } });
これはうまくいかないようです。私がやろうとしていることをする方法はありますか?