How do I get the data attributes "name" and "description" in javascript? (user clicks on button, display value)
<form action="http://serverhost/postdata" method="POST">
<script src="myscript.js" class="blue-button"
data-name="aaa"
data-description="bbb"
</script>
< /form>