// ------------------------------------------------------------ // マウスを移動するたびに実行されるイベント // ------------------------------------------------------------ document.onmousemove = function (e){ if(!e) e = window.event; // レガシー // 出力テスト console.log(e); };
JSON は、「JavaScript Object Notation」の略で「ジェイソン」といいます。
// ------------------------------------------------------------ // フルスクリーン表示が可能か調べる関数 // ------------------------------------------------------------ function DocumentIsEnabledFullscreen(document_obj){ return ( document_obj.fullscreenEnabled || document_obj.webkitFullscreenEnabled || document_obj.mozFullScreenEnabled || document_obj.msFullscreenEnabled || false ); } // ----------------------------
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く