jquery load always returning error?
In my browser console it shows success, but in the 'textStatus' callback variable it shows 'error'.
- idea.load(link, 0, function(text, status, req) {
- _("responseText: " + text + "\n" +
- "textStatus: " + status + "\n" +
- "XMLHttpRequest: " + req);
- });
Where 'link' can be pretty much any link I can think of.