This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
k18-ntcs-web-ntc/src/main/webapp/static/global/plugins/jquery-idle-timeout
2018-02-02 17:58:32 +08:00
..
2018-02-02 17:58:32 +08:00
2018-02-02 17:58:32 +08:00
2018-02-02 17:58:32 +08:00

jQuery Idle Timeout

See the original Mint.com example, or a demo using jQuery UI's dialog widget.

This script allows you to detect when a user becomes idle (detection provided by Paul Irish's idletimer plugin) and notify the user his/her session is about to expire. Similar to the technique seen on Mint.com. Polling requests are automatically sent to the server at a configurable interval, maintaining the users session while s/he is using your application for long periods of time.

Example