BandThemes

updates tab 1:1

Jul 25th, 2015
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. <!--paste the following in the green bit after <head> -->
  2. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  3.  
  4. <script src="jquery.js"></script>
  5. <script>
  6. $(document).ready(function(){
  7. $("#click").click(function(){
  8. $("#guts").slideToggle("fast");
  9. });
  10. });
  11. </script>
  12.  
  13. <script src="jquery.js"></script>
  14. <script>
  15. $(document).ready(function(){
  16. $("#click2").click(function(){
  17. $("#guts2").slideToggle("fast");
  18. });
  19. });
  20. </script>
  21.  
  22. <script src="jquery.js"></script>
  23. <script>
  24. $(document).ready(function(){
  25. $("#click3").click(function(){
  26. $("#guts3").slideToggle("fast");
  27. });
  28. });
  29. </script>
  30. <script type="text/javascript">
  31. WebFontConfig = {
  32. google: { families: [ 'Lora:400,700,400italic,700italic:latin', 'Ubuntu+Condensed::latin', 'Inconsolata:400,700:latin', 'Montserrat:400,700:latin' ] }
  33. };
  34. (function() {
  35. var wf = document.createElement('script');
  36. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  37. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  38. wf.type = 'text/javascript';
  39. wf.async = 'true';
  40. var s = document.getElementsByTagName('script')[0];
  41. s.parentNode.insertBefore(wf, s);
  42. })(); </script>
Advertisement
Add Comment
Please, Sign In to add comment