I have a web page that requires me to trigger a JavaScript function when the user is inactive for 1 min.
this page mainly consists of <form>
component.
How to create a function that trigger after 1 min of inactivity?
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
I have a web page that requires me to trigger a JavaScript function when the user is inactive for 1 min.
this page mainly consists of <form>
component.
How to create a function that trigger after 1 min of inactivity?