[jQuery] Re: Use JSON from .post

2008-10-26 Thread jfrymann
lace this: > > alert( data ); > > with: > > console.log( data ); > > And load your page in Firefox with Firebug. > > After the data downloads, you should have an entry in the Firebug console. > Click on that and you can see the details of the array and drill down into

[jQuery] Use JSON from .post

2008-10-25 Thread jfrymann
Hi, I have just started using jQuery and am trying to get data back from a mysql database in json format. I am using PHP to query the database and returning it with the json_encode method. (Basically I am following the example in the documentation - http://docs.jquery.com/Ajax/jQuery.post#urld