ハック 2016.08.10 161Ajax通信 ツイート シェア はてな jQuery(function ($) { $.ajax({ type: 'POST', dataType: 'json', crossDomain: true, url: wp_url_admin_ajax, data: { 'action': 'detail' }, success: function (response) { console.log(response); } }); }); つくってみた!社内のトイレ難民解決!トイレ空き状況確認システムを作ってみた社長が「寒い寒い」というので社長席の温度をRaspberry Piで監視してみた。Amazon Polly と Slack を使って Alexa へ (物理的に) 話しかけるシステムを作ってみた関連記事 Ajax通信を用いて、Google Map にプロット Uncaught ReferenceError: jQuery is not defined Ajax通信で、WordPressからスマホアプリの地図に表す。 WordPressとIonicでAjax通信 Uncaught TypeError: Cannot read property ‘ajax’ of undefinedというエラーが表示されたとき Ajaxで取得した情報を元にGoogle Mapsにマーカーを表示する