show countdown time form jquery session timeout
问题 I've found https://github.com/travishorn/jquery-sessionTimeout this jquery session timeout that I want to use in my project. It looks work fine in background, altough I want to show countdown time in a text? How can I show the timer , or do you guys have any other suggestion except this? (function( $ ){ jQuery.sessionTimeout = function( options ) { var defaults = { message : 'Your session is about to expire.', keepAliveUrl : '/keep-alive', redirUrl : '/timed-out', logoutUrl : '/log-out',