[jQuery] How to POST using jQuery?

[jQuery] How to POST using jQuery?


Hi,
I know you can use jquery to post data from a json object ajaxly.
However I want to redirect the browser to the new page (like
submitting a form) only passing the values explicitly from javascript
rather than actually submitting a form.
Is this possible using jquery?
Thanks