<html>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<body>
<script>
$(document).ready(function() {
$('#test a').click(function(){
$(this).text('hello');
});
});
</script>
<div id="test"><a href="#">クリックして!</a></div>
</body>
</html>
0 件のコメント:
コメントを投稿