On Mon, Jan 18, 2010 at 11:05 AM, anton wrote:
> Can't seem to get any response from an ajax call which response is 400
> Bad Request
>
> $.ajax({
> url: url
> type: "GET",
Hey, is that missing comma after url a typo?
Nathan
On Mon, Jan 18, 2010 at 11:05 AM, anton wrote:
> Can't seem to get any response from an ajax call which response is 400
> Bad Request
>
> $.ajax({
> url: url
> type: "GET",
> dataType: "json",
> success: aj.dataLoaded,
> er
Can't seem to get any response from an ajax call which response is 400
Bad Request
$.ajax({
url: url
type: "GET",
dataType: "json",
success: aj.dataLoaded,
error: function() {
alert("error");
3 matches
Mail list logo