[jQuery] Re: parseerror on GET from window.location

2009-06-18 Thread jacktanner
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

2009-06-17 Thread jacktanner
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