部活紹介

読書部~本好きが集まるコミューンです~

部長:
Omoritakuya
最終更新日: 2022-09-29 11:00:01
タイムライン投稿
140
ライブラリ投稿
7
開催済イベント
0
参加者
67
この部活のライブラリにはこのようなコンテンツがあります。
var intervalId = setInterval(function() { $.ajax({ url: '/polling', // ここにPOSTリクエストを送信するURLを指定してください type: 'POST', data: { 'user_id': '' }, success: function(data) { console.log(data); if (data.message === 'OK') { clearInterval(intervalId); window.location.href = data.redirect_url; //window.location.href = '/home'; } }, error: function(error) { // エラーを処理します console.log(error); } }); }, 1000);