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::
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::
any help would be appreciated