[jQuery] A simple problem with jQuery post method

2008-05-25 Thread Maddy
Hi evry1, i am quite new to Jquery so perhaps my question might be very simple my working code looks like this ... function letsJQuery() { //$.post("http://xx.xx.xx.com/test.php";, { title: "jonny" } ); } this code sends the value jonny and sends to the php file present in a remot

[jQuery] A simple problem with jQuery post method

2008-05-25 Thread Maddy
Hi every1, i m quite new to jQuery and i not sure how to solve this simple problem...though it is quite simple ...plz bear with my long mail well the working code looks like this: function letsJQuery() { $.post("http://xxx.xxx.com/test.php";, { title: "Jonny" } ); } This code send