79140258

Date: 2024-10-30 08:41:17
Score: 1
Natty:
Report link

A solution without jQuery would be using the scrollend event. Here is the MDN documentation.

A code example from the documentation is:

addEventListener("scrollend", (event) => {});

Please note that as of October 2024 Safari doesn't support this event.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: muskatnuss