Hi All, Good day, how do I load a JSON output from PHP and display it using ajax???, i've followed the sample from visualjquery.com on using ajax but it data thrown was "XMLHttpRequest" message... I think i'm doing it all wrong... ;(
expected display: <table> <tr> <td>res1</td> <td>res1</td> </tr> <tr> <td>res2</td> <td>res2</td> </tr> so..on... </table> Thanks in advance, cdelfino _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
