How to do a JavaScript function that verifies that the scroll of a textarea (this textarea has a responsibility term) has been moved.
If the user moves the scroll, enable a div
with the continuation of a registration form.
Follow the code:
<script>
document.getElementById('id').onscroll = function(){
alert('foi movido');
}
</script>