Jquery $.post() - Possible to do a full page post request?
问题 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(). 回答1: Think this plugin should do the trick: http://www.mimiz.fr/javascript/jquery/en-jquery-postdatas-plugin/?lang=en 回答2: I use this function when I need to send