broken example
djAlba opened this issue · 2 comments
djAlba commented
in example html code:
<div class="addel-container">
<div class="addel-target">
<button class="addel-del"></button>
</div>
<button class="addel-add"></button>
</div>
but classes of delete buttons must be "addel-delete"
legshooter commented
Hi,
There is no restriction on class names, only a default. You can specify your own class names with the classes
option. The only restriction is on the HTML structure.
I think you mean the README
, because example.html
has something entirely different. So you're right in a sense, it's the old naming, inconsistent with the explanation that follows it. You are welcome to PR, or I will fix it myself later. Please do remember though that this is all customizable.
Thanks!
legshooter commented