You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 17, 2025. It is now read-only.
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:
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>