From: Alexander Kucheryuk <3331946+alexkuc@users.noreply.github.com> Date: Sun, 6 Jun 2021 19:15:19 +0000 (+0300) Subject: Add mention of jQuery conflict for Abide docs X-Git-Tag: v6.7.1~38^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12235%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Add mention of jQuery conflict for Abide docs --- 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).