You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2-ui/4-forms-controls/4-forms-submit/article.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Aquí esta la demo:
47
47
48
48
Para enviar un formulario al servidor manualmente, podemos usar `form.submit()`.
49
49
50
-
Entonces el evento `submit` no será generado. Se asume que si el programador llama `form.submit()`, entonces el script a realizó todo el procesamiento relacionado.
50
+
Entonces el evento `submit` no será generado. Se asume que si el programador llama `form.submit()`, entonces el script ya realizó todo el procesamiento relacionado.
51
51
52
52
Aveces es usado para crear y enviar un formlario manualmente, como en este ejemplo:
0 commit comments