From 142731afab74430fda36d058616d31c53aa71425 Mon Sep 17 00:00:00 2001 From: jerzy-dudzic <30810342+jerzy-dudzic@users.noreply.github.com> Date: Sun, 5 Dec 2021 12:51:55 +0100 Subject: [PATCH] Removed not needed jQuery mention Removed mention of required jQuery library for example of "allow_add" in Form Collections. Since 5.3 example is pure javascript --- form/form_collections.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/form/form_collections.rst b/form/form_collections.rst index c58bf996235..078b74323e0 100644 --- a/form/form_collections.rst +++ b/form/form_collections.rst @@ -281,9 +281,7 @@ On the rendered page, the result will look something like this: and you need to adjust the following JavaScript accordingly. Now add some JavaScript to read this attribute and dynamically add new tag forms -when the user clicks the "Add a tag" link. This example uses `jQuery`_ and -assumes you have it included somewhere on your page (e.g. using Symfony's -:doc:`Webpack Encore `). +when the user clicks the "Add a tag" link. Add a ``