I am creating an AJAX call to get some plain text:
$ . Ajax ({Url: "programData.txt", type: "GET", datatype: "text", cache: incorrect, success: process data});
When I request, however, I get the following error:
Error: Not well created source file: file: // / Projects /foo/program.data.txt?_=1259694590361 Line: 1, Column: 2
Why jQuery is trying to process my plain text and how do I stop it ?
No comments:
Post a Comment