Guest User

Untitled

a guest
Jul 18th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>タイトル</title>
  6. <script src="jquery-1.4.4.js"></script>
  7. <p id="first">変更前</p>
  8. <script>
  9. $(function(){
  10. $("p#first").html("<strong>変更後</strong>");
  11. });
  12. </script>
  13. </head>
  14. <body>
  15.  
  16. </body>
  17. </html>
Add Comment
Please, Sign In to add comment