From bd60a9f4534b7e40bfdd7222a78530494d97bc4f Mon Sep 17 00:00:00 2001 From: Alexander Kucheryuk <3331946+alexkuc@users.noreply.github.com> Date: Sun, 6 Jun 2021 22:15:19 +0300 Subject: [PATCH] Add mention of jQuery conflict for Abide docs --- docs/pages/abide.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/pages/abide.md b/docs/pages/abide.md index b47b12a2d..461381ae4 100644 --- a/docs/pages/abide.md +++ b/docs/pages/abide.md @@ -458,6 +458,10 @@ $(document).foundation(); ``` +## jQuery Conflict + +When creating a type `submit` button, make sure to _avoid_ using `name="submit"` otherwise your form won't submit. This is due to [jQuery limitations](https://api.jquery.com/submit/) (see Additional Notes). + ## Accessibility By default, Abide will add some accessibility attributes to your form elements. It is highly recommended to keep this option active as it improve the usability of your forms for disabled people. [Lean more about Accessibility in Foundation](accessibility.html). -- 2.47.2