Skip to content

Commit 142731a

Browse files
authored
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
1 parent 2525bd9 commit 142731a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

form/form_collections.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,7 @@ On the rendered page, the result will look something like this:
281281
and you need to adjust the following JavaScript accordingly.
282282

283283
Now add some JavaScript to read this attribute and dynamically add new tag forms
284-
when the user clicks the "Add a tag" link. This example uses `jQuery`_ and
285-
assumes you have it included somewhere on your page (e.g. using Symfony's
286-
:doc:`Webpack Encore </frontend>`).
284+
when the user clicks the "Add a tag" link.
287285

288286
Add a ``<script>`` tag somewhere on your page to include the required
289287
functionality with JavaScript:

0 commit comments

Comments
 (0)