@@include('./partials/html.html') @@include("./partials/title-meta.html", {"title": "Idle Timer"}) @@include('./partials/head-css.html')
@@include('./partials/menu.html')
@@include("./partials/page-title.html", {"title":"Idle Timer", "subtitle": "Miscellaneous" })

Idle Timer Plugin

The Idle Timer plugin allows you to monitor user activity on the page. Idle is defined as a lack of mouse movement, scrolling, or keyboard input.

Please stay idle for 5 seconds

You can instantiate the timer either statically or on a specific element. Element-bound timers will only track activity within that element, whereas global timers will monitor activity on the entire page. To set up page-level activity, you can initialize the timer on document, document.documentElement, or document.body. The initialization returns a jQuery object, allowing for method chaining.

@@include('./partials/footer.html')
@@include('./partials/customizer.html') @@include('./partials/footer-scripts.html')