On Jul 2, 2013, at 10:59 AM, jose llopis <[email protected]> wrote:
> $.ajax({
...
> error:function(){alert("EEEERROR");}
> });
See the documentation at http://api.jquery.com/jQuery.ajax/ for the exact
signature of the error handler. It gives you parameters like a status code and
error message which are probably good clues why this is not working.
S.
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g
