I was working on the interface for our catalogue/directory structure. We use great JavaScript library jQuery as our JS framework. While working on page AJAX requests to get child categories I came up to this error message / problem: Access to restricted URI denied" code: "1012
xhr.open(type, s.url, s.async);
(This error was produced in Firebug, plug-in for Firefox)
The error occurs when my
xhr.open(type, s.url, s.async);
(This error was produced in Firebug, plug-in for Firefox)
The error occurs when my
Comments
Post a Comment