Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitacfe6b6

Browse files
committed
[#14340] Some minor textual changes
1 parent0ceb959 commitacfe6b6

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

‎form/form_collections.rst‎

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -280,14 +280,12 @@ On the rendered page, the result will look something like this:
280280
and you need to adjust the following JavaScript accordingly.
281281

282282
The goal of this section will be to use JavaScript to read this attribute
283-
and dynamically add new tag forms when the user clicksa "Add a tag"link.
283+
and dynamically add new tag forms when the user clicksthe "Add a tag"button.
284284
This example uses jQuery and assumes you have it included somewhere on your page.
285285

286-
Add a ``script`` tag somewhere on your page so you can start writing some JavaScript.
287-
288-
First, add a link to the bottom of the "tags" list via JavaScript. Second,
289-
bind to the "click" event of that link so you can add a new tag form (``addTagForm()``
290-
will be show next):
286+
Add a ``script`` tag somewhere on your page so you can start writing some
287+
JavaScript. In this script, bind to the "click" event of the "Add a tag"
288+
button so you can add a new tag form (``addFormToCollection()`` will be show next):
291289

292290
..code-block::javascript
293291

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp