Skip to content

健巳創作

プログラミングのネタを中心に気ままに更新しています

  • Programing Startup
  • Game Play Reports
  • Contact

非同期Ajax通信

2017年2月1日 健巳 JavaScript

オプションにasync: falseを付ける

jQuery.ajax({
type: ‘POST’,
url: request_url,
async: false
}).done(function ( data ) {

});

便利関数

投稿ナビゲーション

Previous Post:URL変数を取得
Next Post:Javascript で 定数定義
2025年6月
月 火 水 木 金 土 日
 1
2345678
9101112131415
16171819202122
23242526272829
30  
« 7月    
WordPress Theme: Gridbox by ThemeZee.