我尝试使用此代码但不工作。
$(".edit").click(function(){
$(".edit").load("another.html #user_adr");
})
当我通过 Firebug 检查时,得到这个错误:
XMLHttpRequest cannot load file://localhost/Users/Desktop/site-new/another.html. Origin null is not allowed by Access-Control-Allow-Origin.
我该如何解决?