There was an error while loading. Please reload this page.
1 parent bb34344 commit ae5a6d2Copy full SHA for ae5a6d2
cookbook/form/form_collections.rst
@@ -410,7 +410,7 @@ one example:
410
$collectionHolder.data('index', index + 1);
411
412
// Display the form in the page in an li, before the "Add a tag" link li
413
- var $newFormLi = $('<li></li>').append($newForm);
+ var $newFormLi = $('<li></li>').append(newForm);
414
$newLinkLi.before($newFormLi);
415
}
416
0 commit comments