-2

I'm looking for a jQuery script that will fire by inactive or very active visitors.

  • when the user stops moving his mouse
  • when the mouse goes out of browser
  • if he has scrolled half the page
  • when he scrolls up

Is that possible and is it ready?

Pac0
  • 21,465
  • 8
  • 65
  • 74
baumpaul
  • 1
  • 1
  • Google Translate: I'm looking for a jQuery script that will wipe out inactive visitors. When the user stops moving his mouse When the mouse goes out of cattle If he has scrolled half the page when he scrolls up Is that possible and is it ready? – yaakov Dec 19 '18 at 13:19
  • 1
    eins fein polizei – quirimmo Dec 19 '18 at 13:19

1 Answers1

-1

when he scrolls up - .scroll()

when the user stops moving his mouse- execute Jquery when the mouse stops moving

when the mouse goes out of browser .mouseleave() (you can set the event on the body).

if he has scrolled half the page -Trigger JQuery function when passed half way down the page

The scion
  • 1,001
  • 9
  • 19