Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.32 KB | None | 0 0
  1.     <script>
  2.         $(document).ready( function() {
  3.             $("#load_home").on("click", function() {
  4.                 $("#content").load("history.html");
  5.             });
  6.         });
  7.         </script>
  8.        <a href="#" id="load_home" class="subitem1"> Ursprung</a>
  9. <div class="middleitem" id="middlefirst"> <div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement