Guest User

Untitled

a guest
Apr 25th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <head>
  2. <script src="https://code.jquery.com/jquery-1.10.2.js"></script>
  3. </head>
  4. <body>
  5. <div id="cofimages">
  6. <img id="images" src="0.jpg" />
  7. </div>
  8. <script>
  9. $("#cofimages").load("index.html");
  10. </script>
  11. </body>
Add Comment
Please, Sign In to add comment