I have an 'accept' and a 'decline' button inside of a sticky panel. I am defaulting these buttons to 'disabled'. I would like to enable these buttons once the user scrolls to the bottom of the page.
Is there some sort of event I can hook into in order to detect when a user scrolls to the bottom of the page? If I can detect this action, it will allow me to enable the accept and decline buttons.