idleTimer is an useful jQuery Plugin if the user is active or idle. The idle timer provides two custom events: idle.idleTimer and active.idleTimer, which fire when the user’s idle state has changed. When you move your mouse over the page or start typing, you’re considered “active”. The status above the textarea changes to indicate your current state. There are a few cases where you want to know if the user is idle. Namely: idleTimer - jQuery Plugin
* Preload more assets
* Grab user attention to act
* Close their banking session after 5 minutes of inactivity.

Related posts:
