This commit is contained in:
Jeremy Thomas
2022-01-04 18:00:55 +01:00
parent 6e47cdb9ed
commit 5aa114d445
2 changed files with 164 additions and 3 deletions

View File

@@ -89,7 +89,7 @@ document.addEventListener('DOMContentLoaded', () => {
<div class="content">
<p>
The Bulma package <strong>does not come with any JavaScript</strong>. Here is however an implementation example, which sets the <code>click</code> handler for Bulma <code>delete</code> all on the page, in vanilla JavaScript.
The Bulma package <strong>does not come with any JavaScript</strong>. Here is however an implementation example, which sets the <code>click</code> handler for Bulma <code>delete</code> elements, anywhere on the page, in vanilla JavaScript.
</p>
{% highlight html %}{{ notification_js_html }}{% endhighlight %}