Jquery $.post() - Possible to do a full page post request?

Posted by Sosh on Stack Overflow See other posts from Stack Overflow or by Sosh
Published on 2009-11-10T14:53:46Z Indexed on 2010/05/13 16:04 UTC
Read the original article Hit count: 143

Filed under:
|

I know I can do an out of band Post request with Jquery and the $.post( syntax. However, I'm interested to know if it is possible for jquery to cause a post request on the whole page (as when a form is submitted) so that a brand new page is loaded. Is this possible?

Thanks

There is no form element in the DOM, so I can't do form.submit().

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about post