Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. <div id="contentt">
  2. <div id="fleft"><h2><a href="#"> Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to
  3.  
  4. <br><br></a></h1>
  5. <h1><a href="#">the 1500s, when an unknown printer took a galley of type and scrambled <br><br></a></h1>
  6. <h1>the 1500s, when an unknown printer took a galley of type and scrambled <br><br></h1>
  7. </h1></div>
  8.  
  9. <div id="fright"></div>
  10. </div>
  11.  
  12. $(document).ready(function(){
  13. $('#fleft h2').click(function(){
  14. $('#fright').load('teste.html');
  15. });
  16. })
  17.  
  18. $(document).ready(function(){
  19. $('#fleft h1').click(function(){
  20. $('#fright').load('teste2.html');
  21.  
  22. });
  23. })
  24.  
  25. $(document).ready(function(){
  26. $('#fleft h3').click(function(){
  27. $('#fright').load('teste3.html');
  28.  
  29. });
  30. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement