アットウィキロゴ

ラベル JQ

<!DOCTYPE html>
<html>
    <head>
        <title></title>
        <script src="js/libs/jquery-1.9.0/jquery.min.js"></script>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script language="JavaScript">
$(function (){
	$("#box").click(
		function(){
			$("#msg").text("風");
		}
	);	
});
</script>
</head>
<body>
<div id="box">ABC</div>
<p id="msg">DEF</p>
</body>
</html>
最終更新:2013年05月18日 01:06