mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-25 18:30:23 +00:00
updated form explanation
This commit is contained in:
parent
5e5f9387bf
commit
966e6bc4d2
1 changed files with 2 additions and 2 deletions
|
|
@ -76,10 +76,10 @@
|
|||
<ul>
|
||||
<li><p>rel=external</p></li>
|
||||
<li><p>target (with any value, such as "_blank")</p></li>
|
||||
<li><p>note: we should probably add a custom attribute like data-request-type="http"</p></li>
|
||||
|
||||
</ul><h2>Form submissions</h2>
|
||||
|
||||
<p>When using the ajaxform plugin, form submissions can be automated through Ajax requests, and the results can either be appended into the existing page, or injected into a new page, causing a transition. In the case of the former, the "content" div of the current page will be replaced by the "content" div in the server's response HTML.</p>
|
||||
<p>Form submissions are handled automatically through the navigation model as well. Visit the forms section for more information.</p>
|
||||
|
||||
<h2>Known limitations</h2>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue