wget http://ftp.jaist.ac.jp/pub/Linux/Fedora/epel/6/i386/epel-release-6-7.noarch.rpm
vi /etc/yum.repos.d/epel-testing.repo
function handleMotion(event) { | |
var orientData = event.accelerationIncludingGravity, | |
x = orientData.x, | |
y = orientData.y, | |
z = orientData.z; | |
// メインの処理 | |
} |
/** | |
* 美しいプログラムを書く | |
* @see http://labs.timedia.co.jp/2012/07/beautiful-code-vs-mr-oldtype.html | |
*/ | |
// $(document).ready()の短縮形。 | |
$(function () { | |
// single var pattern | |
// jQuery オブジェクトを差す変数は、先頭に「$」を付ける (その方が見やすいので) |
<html lang="ja"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Js Babbling</title> | |
</head> | |
<body> | |
<section> | |
<div id="parent"> |