Skip to content

shawnmclean/Idle.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2b57cc6 · Jul 11, 2021

History

96 Commits
Aug 2, 2017
Apr 28, 2013
Aug 2, 2017
Apr 28, 2013
Apr 26, 2013
Sep 19, 2014
Apr 28, 2013
Apr 26, 2013
Jun 18, 2021
Sep 19, 2014
Sep 19, 2014
Feb 25, 2016
May 11, 2014
Dec 31, 2014

Repository files navigation

Build Status

Idle.Js

NuGet

Visual Studio users can install this directly into their web projects by executing the following command in the Package Manager Console

PM> Install-Package Idle.js

Web Component

Polymer wrapper is available here.

Description

Tiny javascript library to report activity of user in the browser (away, idle, not looking at webpage, etc). that is independent of any other javascript libraries such as jquery.

You can view the demo here.

Changelog

0.0.2 (19-11-14) - Bower Support

0.0.2 (7-03-12) - Added 2 events for the visibility API. Now detects when is a user changes tabs or returns.

0.0.1 - Initial activity monitoring.