File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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
283283Now 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
288286Add a ``<script> `` tag somewhere on your page to include the required
289287functionality with JavaScript:
@@ -651,7 +649,7 @@ the relationship between the removed ``Tag`` and ``Task`` object.
651649 The Symfony community has created some JavaScript packages that provide the
652650 functionality needed to add, edit and delete elements of the collection.
653651 Check out the `@a2lix/symfony-collection `_ package for modern browsers and
654- the `symfony-collection `_ package based on jQuery for the rest of browsers.
652+ the `symfony-collection `_ package based on ` jQuery `_ for the rest of browsers.
655653
656654.. _`Owning Side and Inverse Side` : https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/unitofwork-associations.html
657655.. _`jQuery` : http://jquery.com/
You can’t perform that action at this time.
0 commit comments