عندم اقوم بفتح المتصفح تاتيني الرسالة التالية في الكونسول ' XMLHttpRequest cannot load file:///C:/Users/rami/Desktop/xml/liste.xml. Received an invalid response. Origin 'null' is therefore not allowed access. '

الكود HTML

<!DOCTYPE html >

<head>
    <title>test XML</title>
    <script type="text/javascript" src="jquery-1.11.1-beta1.js" ></script>
    <!--link rel="stylesheet" type="text/css" href="style.css"-->
</head>
<body>
    <div>div</div>
    <script type="text/javascript" src="js.js" ></script>
</body>

الكود JS (js.js) o

$(document).ready(function () { $.get('liste.xml',function () { alert("")});

});