When I look within the current ajax support I think ajax is a big word. It still loads a page but this time in an iframe. It doesn't really do an AJAX call.
I was wondering if there is a plugin what can do this.
When I look within the current ajax support I think ajax is a big word. It still loads a page but this time in an iframe. It doesn't really do an AJAX call.
I was wondering if there is a plugin what can do this.
The reason AJAX is implemented with an iFrame is to support the file upload fields. The only way to upload files via "AJAX" is to post the form to an iFrame.
Note that only the form is loaded in the iFrame, not the entire page.
Ah okea. Now I understand. The reason that this is a problem is that I am working on a website what is using jQuery mobile. And that is giving some issues when submitting the form. I will look for another solution for this website.