no.js removes DOM

by ifedapoolarewaju

HTML

<script src="https://ifedapoolarewaju.github.io/nojs-site/no.min.js"></script>
<button no-js on-click-remove-dom=".target">
  removes DOM
</button>

<div class="target">
  I would disappear
</div>
<br>

CSS

#red-color-id {
  color: red;
}

JavaScript

// no javascript.