whyisjake

Jake Spurlock

Apr 15th, 2010
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $(document).ready(function(){
  2.     $("#response").load("../wp-content/themes/rich-superblogger-pro_1-2/arg.php");
  3.     $("#costa_response").load("../wp-content/themes/rich-superblogger-pro_1-2/costa.php");
  4.     $("#attractions").click(function(){
  5.     // load home page on click
  6.         $("#response").load("../wp-content/themes/rich-superblogger-pro_1-2/arg-attractions.php");
  7.     });
  8.     $("#daily").click(function(){
  9.     // load about page on click
  10.         $("#response").load("../wp-content/themes/rich-superblogger-pro_1-2/arg-daily.php");
  11.     });
  12.     $("#finances").click(function(){
  13.     // load contact form onclick
  14.         $("#response").load("../wp-content/themes/rich-superblogger-pro_1-2/arg-finances.php");
  15.     });
  16.         $("#inf").click(function(){
  17.     // load contact form onclick
  18.         $("#response").load("../wp-content/themes/rich-superblogger-pro_1-2/arg-inf.php");
  19.     });
  20.     $("#real").click(function(){
  21.     // load contact form onclick
  22.         $("#response").load("../wp-content/themes/rich-superblogger-pro_1-2/arg-real.php");
  23.     });
  24.     $("#relo").click(function(){
  25.     // load contact form onclick
  26.         $("#response").load("../wp-content/themes/rich-superblogger-pro_1-2/arg-relo.php");
  27.     });
  28.     $("#costa_attractions").click(function(){
  29.     // load home page on click
  30.         $("#costa_response").load("../wp-content/themes/rich-superblogger-pro_1-2/costa-attractions.php");
  31.     });
  32.     $("#costa_daily").click(function(){
  33.     // load about page on click
  34.         $("#costa_response").load("../wp-content/themes/rich-superblogger-pro_1-2/costa-daily.php");
  35.     });
  36.     $("#costa_finances").click(function(){
  37.     // load contact form onclick
  38.         $("#costa_response").load("../wp-content/themes/rich-superblogger-pro_1-2/costa-finances.php");
  39.     });
  40.         $("#costa_inf").click(function(){
  41.     // load contact form onclick
  42.         $("#costa_response").load("../wp-content/themes/rich-superblogger-pro_1-2/costa-inf.php");
  43.     });
  44.     $("#costa_real").click(function(){
  45.     // load contact form onclick
  46.         $("#costa_response").load("../wp-content/themes/rich-superblogger-pro_1-2/costa-real.php");
  47.     });
  48.     $("#costa_relo").click(function(){
  49.     // load contact form onclick
  50.         $("#costa_response").load("../wp-content/themes/rich-superblogger-pro_1-2/costa-relo.php");
  51.     });
  52. });
Add Comment
Please, Sign In to add comment