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()