我需要一个链接到JQuery的一个很好的例子,用ajax将json发送到php脚本

Can someone kindly put a good & simple example of JQuery with ajax to send json to a php script. I need to send json to a php script when page loads. I mean will be lot easy for me if the link contains example using $(document).ready(function()... I need a simple example as my problem is not big, & I need a simple solution. Just POST json to php.

thanX a lot in advance.

I like this visualJquery reference site a lot, sometimes more than the official api

http://visualjquery.com/

I believe you want to use the function $.post()

A good place to start is the jQuery documentation.. They even have an article specifically on doing ajax posts: jQuery.post()