something like this? <button onclick="jQuery('form').each(function() {jQuery(this).submit();});">submit all</button>
On 11 Lug, 10:56, Rob <r...@rmdashr.com> wrote: > http://www.9lessons.info/2009/06/submit-multiple-forms-jquery-ajax.html > that might be better? apparently the issue is somewhat painful... > > On Jul 11, 7:02 am, Rick <sababa.sab...@gmail.com> wrote: > > > Hi, > > > Let's say that there are a number of forms on the same page. There > > would be no problem to put a submit button after each of them, but how > > to submit all forms at the same time with one single submit button? > > > Thanks in advance for help!