• Share

idleTimer: Check if the user is idle/active – jQuery Plugin

Free Website

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:
* Preload more assets
* Grab user attention to act
* Close their banking session after 5 minutes of inactivity.

Resource: Sample | Tutorial

Related posts:

  1. Make a block follow user scroll using jQuery
  2. Create a sexy vertical sliding panel – jQuery & CSS3
  3. Defaultvalue – Gives value to empty inputs jQuery plugin
  4. Juitter – Put Twitter on your website – jQuery Plugin
  5. Fancy ajax based Captcha – jQuery Plugin

Comments are closed.