HTMLGuyLLC / jTimeout

jQuery session timeout handler
https://htmlguyllc.github.io/jTimeout/
MIT License
16 stars 18 forks source link

onClickExtend #28

Open Tchitchu opened 3 years ago

Tchitchu commented 3 years ago

I'm using chrome(87.0.4280.88) but have tried firefox and edge

onClickExtend doesnt seem to do anything.

I am trying to allow onclick and onmousemove to reset timeout the only way i was able to get the time out to reset onclick was to attach it to the $(document).on('click', function() here is my testing code::

jQuery Session Timeout Script

any help would be appreciated