Idle Timer Example
View full post about the jQuery IdleTimer here
The idle timer is built on jQuery and provides two events: idle
and active
, which fire when the user's idle state has changed.
This example has an idle timeout of 10 seconds. When you move your mouse over the page or start typing, you're considered "active". The status at the top of the screen changes to indicate your current state.
Now, as of version 0.9, the textarea has its own idletimer instance set to 10 seconds.