Google+ボタン はてなブックマークボタン 更新日時: 2013年12月18日(水) 作成日時: 2013年06月09日(日) 前の記事 / 次の記事 参考ページ jQuery.ajax()のまとめ $.ajax中のcontextオプション $.ajax を使う。 # CoffeeScript $.ajax async: true type: "GET" url: "http://inchiki.jp" dataType: "text" context: this success: (data, status, xhr) -> alert status error: (xhr, status, error) -> alert status complete: (xhr, status) -> alert status async true => 非同期処理する false => 同期処

