Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. <script>
  2. var $buoop = {vs:{i:10,f:25,o:17,s:6},c:2};
  3. function $buo_f(){
  4. var e = document.createElement("script");
  5. e.src = "//browser-update.org/update.js";
  6. document.body.appendChild(e);
  7. };
  8. try {document.addEventListener("DOMContentLoaded", $buo_f,false)}
  9. catch(e){window.attachEvent("onload", $buo_f)}
  10. </script>
  11.  
  12. <script>
  13. $(document).ready(function(){
  14.  
  15. $("#article").load("./Home.html");
  16.  
  17. $("#home").click(function(){
  18. $("#article").load("./Home.html");
  19. });
  20.  
  21. $("#Creations").click(function(){
  22. $("#article").load("./Creations.html");
  23. });
  24.  
  25. $("#about").click(function(){
  26. $("#article").load("./About.html");
  27. });
  28.  
  29. $("#Contact").click(function(){
  30. $("#article").load("./Contact.html");
  31. });
  32.  
  33. $("#droits").click(function(){
  34. $("#article").load("./droits.html");
  35. });
  36. });
  37. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement