Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

How about a working demo for version for the plus version #16

Description

@jpgateaux

Would a working demo of the plus version be available. I am migrating from the previous version and can;t seem to understand your cryptic remarks in the documentation. Right now I have it working but there is no dialog text and buttons without background or any css enhancements below is what I am working with:

<title>Jquery-idleTimeout - Demo Page - by JillElaine</title> <script src="./js/jquery.js" type="text/javascript"></script> 3.3.1 <script src="./js/jquery-ui.min.js" type="text/javascript"></script> 1.12.1 <script src="./js/jquery.blockUI.js" type="text/javascript"></script> <script src="./js/jquery.storageapi.min.js" type="text/javascript"></script> <script src="./js/jquery-idleTimeout-plus.js" type="text/javascript"></script> <script> jQuery(document).ready(function() { IdleTimeoutPlus.start({ warnTitle:'Session Expiration Warning', activityEvents: 'click keypress scroll wheel mousewheel mousemove touchmove', idleTimeLimit: 14, warnTimeLimit:30, redirectUrl:'https://example.com', logoutAutoUrl:'https://example.com' }); }); </script>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions