【週刊ドットインストール】 256timesで限定クラス開催、レッスン制作の進捗、今週のテックメモ
【256times】『はじめての習慣化 3DAYS』模範解答つき模写コーディングの無料クラスを限定リリース
【256times】1/20(月) - 1/24(金) 休講のお知らせ(更新)
あなただけの学習ロードマップを作成します 【随時受付中】
$(function() { 'use strict'; // update $('#todos').on('click', '.update_todo', function() { // idを取得 var id = $(this).parents('li').data('id'); //ajax処理 $.post('_ajax.php', { id: id, mode: 'update' }, function(res) { }) }); });