Javascript - 相对路径不正确?

时间:2012-08-09 14:36:48

标签: javascript path relative

我正在尝试使用“简单评论”,但却在设置它的相对路径上挣扎。

我原本以为第一行会设置目录,以便第二次提到路径会假设它在同一个地方..但显然不是!

有人可以帮忙吗?

设置:在此代码所在的网站的单独网站上轻松评论

<script type="text/javascript" src="http://www.anotherwebsite.co.uk/easycomment/jquery.easy-comment.js"></script>

      <script type="text/javascript">

$(document).ready(function(){
  $("#my-comment,#your-comment,#is-this-ok-comment,#news-ting").EasyComment({
    path:"/easycomment/",
    moderate:true,
    maxReply:5
  });
});
      </script>

我已经尝试添加完整的http://以便第二次提到路径,但是错误

XMLHttpRequest无法加载http://anotherwebsite.co.uk/easycomment/ec-comment.php。 Access-Control-Allow-Origin不允许原点http://www.thiswebsite.com

1 个答案:

答案 0 :(得分:0)

不允许跨域ajax。

如果你想测试它,你可以在chrome中禁用websecurity。

但您应该更改服务器上资源的路径