[google-appengine] Re: my jquery post isn't working after deployment.

2009-06-16 Thread Nick Johnson (Google)
Hi loell, On Tue, Jun 16, 2009 at 8:00 AM, loell loellanth...@gmail.com wrote: $.post(/gettags,{ppa_name: '{{ppaname}}' }, function (data ,textStatus){element.innerHTML = data; } ) We need more details in order to help you with this. Have you checked the request logs in your admin console,

[google-appengine] Re: my jquery post isn't working after deployment.

2009-06-16 Thread ofey
the request seems to be fine, /gettags is being called with no errors, I guess my problem is the jquery callback isn't firing up. function (data ,textStatus){element.innerHTML = data; } Prior to this jquery request was /puttags to write tags, consecutively the requests are puttags then