在主页但不在内部目录中工作的代码 - 只显示加载

时间:2014-10-17 16:38:27

标签: javascript php jquery loading

我的代码在主目录中工作正常但在内部目录中它继续显示加载图像。每次显示原始页面

这是我的简单代码

   <html><head><style type="text/css" media="all">@import "http://static.something.com/files/common_css/style16.css";</style>
      <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>


       <script src="http://static.something.com/js/lightbox/js/jquery.lightbox-0.5.js" type="text/javascript"></script>
      <script type="text/javascript" src="http://something.com/js/jquery.form33.js"></script>              <script type="text/javascript">jQuery(document).ready(function($) {$('a[rel*=facebox]').facebox()})    </script>  
       </head><body>


     <?php


   echo'    <body style="cursor:auto" id="curpo" onLoad="$.image({ ajax: \'http://something.com/jquery/desigirls/77987\' });return false;" class="uiMediaThumb uiMediaThumbLarge uiMediaThumbAlb uiMediaThumbAlbLarge"></body>
';

      ?></body></html>

此代码在这里工作正常http://something.com/testage.php

但不适用于此页http://www.something.com/touch/w2et/testage.php

一切都是一样的。我认为javascript或图像引用存在一些问题。我试图改变所有但同样的问题。

这里也是jsbin链接        jsbin.com/royepawomi/edit

这里也没有用

1 个答案:

答案 0 :(得分:2)

您发布的两个链接是两个不同的域

www.way2enjoy.comway2enjoy.com。我建议只选一个并使用它。

原因是你不能做跨域AJAX请求。有www。一方面,它们被视为单独的域。