We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42a9416 + ae5a6d2 commit f96f821Copy full SHA for f96f821
cookbook/form/form_collections.rst
@@ -406,7 +406,7 @@ one example:
406
$collectionHolder.data('index', index + 1);
407
408
// Display the form in the page in an li, before the "Add a tag" link li
409
- var $newFormLi = $('<li></li>').append($newForm);
+ var $newFormLi = $('<li></li>').append(newForm);
410
$newLinkLi.before($newFormLi);
411
}
412
0 commit comments