:)
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:
- event_bindings:232 Failed to load resource: the server responded with a status of 403 (Forbidden) ...
i am using:
- $(document).ready(function()
- {
- $.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.