loading xml on chrome.

loading xml on chrome.

:)

i am new to html5 and jquery development.

i have a problem loading xml with jquery apperantly only on chrome.


you can see that the protfolio section working fine with all browsers exept chrome.

when i open the chrome javascript console i can see this log:

  1. event_bindings:232 Failed to load resource: the server responded with a status of 403 (Forbidden) ...

i am using:

  1. $(document).ready(function()
  2. {
  3. $.ajax ({ type: "GET", url: "../Assets/protfolio.xml", dataType: "XML", success: xmlParser }); });
xmlParser.js is the jquey that load the xml.

any help will be appreciated.