I have a simple question that has been elusive to find an answer for on the internet. Can anyone please help?
<input hidden="true" class="btnsubmit" id="myaddslide2" onClick="UPCURSLIDE()" type="button" value="UPDATE">
<script>
function showbutton(){}
</script>
Is there a way for me to make the hidden button visible when I click on an element or call a specific function?