[jQuery] Re: parseerror on GET from window.location
est is always > done. > > On Jun 17, 6:20 pm, jacktanner wrote: > > > I'm trying to do an AJAX GET. > > > var q_url = window.location.toString(); > > $.ajax({ > > type: 'GET'
[jQuery] parseerror on GET from window.location
I'm trying to do an AJAX GET. var q_url = window.location.toString(); $.ajax({ type: 'GET', url: q_url, cache: false, dataType: 'json', success: function(respons