Page 1 of 1

Remove default event listener

Posted: Wed Feb 05, 2025 4:10 pm
by LastLife
Hey!

Spiderbasic adds a few event listeners on startup; among them is one that disables scrolling:
Image

Despite my best attempt, I couldn't figure out how to disable it. Anybody got a hint?

Re: Remove default event listener

Posted: Wed Feb 05, 2025 4:54 pm
by Peter
Perhaps

Code: Select all

! $(document).off('scroll');

Re: Remove default event listener

Posted: Thu Feb 06, 2025 6:44 am
by LastLife
It's so simple that I'm a bit ashamed, but I really spend hours trying to do it by myself.

Many thanks!

Re: Remove default event listener

Posted: Fri Feb 07, 2025 9:11 am
by Fred
That's often the case, that's called 'experience' ! :)