Skip to content

Commit 6b35b52

Browse files
Remove reference to jQuery from examples code
1 parent 933f7a6 commit 6b35b52

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)