Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jpgateaux opened this issue Apr 5, 2019 · 0 comments
Open

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

jpgateaux opened this issue Apr 5, 2019 · 0 comments

Comments

@jpgateaux
Copy link

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant