[jQuery] Re: jquery ajax post not working

2008-07-11 Thread Kelly Hallman
Hi Tom, I think you are missing dataType = 'html' ... The manual says If none is specified, jQuery will intelligently pass either responseXML or responseText to your success callback, based on the MIME type of the response. I suspect it's intelligently guessing wrong. This is a much easier

[jQuery] Re: AJAX not working

2008-07-11 Thread Kelly Hallman
Jay, could this be it? When I go to this URL I get an error: http://bttt.bidding-games.com/setBothBids.php?id=16player1=500player2=500 Since you're using $.get() you can just view a URL as above, and see what php is sending back. If it's not the JSON data you're expecting, that is probably why