Skip to content

Commit 8336bd2

Browse files
committed
minor #16198 Removed not needed jQuery mention (jerzy-dudzic)
This PR was merged into the 5.3 branch. Discussion ---------- 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 <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 142731a Removed not needed jQuery mention
2 parents 6006e77 + 142731a commit 8336bd2

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)