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?
There is no form element in the DOM, so I can’t do form.submit().
Think this plugin should do the trick: http://www.mimiz.fr/javascript/jquery/en-jquery-postdatas-plugin/?lang=en