OSDN Git Service

ログイン処理を実装した。
[andro-memo/andro-memo.git] / andro-memo-web / war / res / js / user / home.js
1 $(function() {\r
2         $.ajaxSetup({\r
3                 cache: false,\r
4                 contentType: "application/json",\r
5                 dataType: "json",\r
6                 timeout: 10000,\r
7                 type: "POST",\r
8                 url: "../json/rpc.json"\r
9         });\r
10         \r
11         alert("loginTicketKey: " + $.cookie("l"));\r
12 });\r