Skip to content

Instantly share code, notes, and snippets.

@memememomo
Created May 19, 2010 22:52
Show Gist options
  • Save memememomo/406957 to your computer and use it in GitHub Desktop.
Save memememomo/406957 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>test</title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/\
jquery.min.js"></script>
<script type="text/javascript">
$(function(){
$("p#first").html("<strong>変更後</strong>");
})();
</script>
<body>
<p id="first">変更前</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment