From a7c38cf8ecc1e1690e7fa53ebb165528b69224d2 Mon Sep 17 00:00:00 2001
From: Brahim Arkni
Date: Sun, 3 Jun 2018 23:05:06 +0000
Subject: [PATCH] Entries: Fix `submitHandler`'s arguments description
A follow-up of #26
---
entries/validate.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/entries/validate.xml b/entries/validate.xml
index 25f6b49..6a86ad5 100644
--- a/entries/validate.xml
+++ b/entries/validate.xml
@@ -25,7 +25,7 @@
- Callback for handling the actual submit when the form is valid. Gets the form as the only argument. Replaces the default submit. The right place to submit a form via Ajax after it is validated.
+ Callback for handling the actual submit when the form is valid. Gets the form and the submit event as the only arguments. Replaces the default submit. The right place to submit a form via Ajax after it is validated.
Example: Submits the form via Ajax when valid.
$("#myform").validate({