HTMLGuyLLC / jTimeout

jQuery session timeout handler
https://htmlguyllc.github.io/jTimeout/
MIT License
16 stars 18 forks source link

how do you get `getSecondsTillExpiration()` with multiple timers? #31

Open designosis opened 2 years ago

designosis commented 2 years ago

I see you have expiration_key as a parameter when you init $.jTimeout(), but how do you grab a specific timer's getSecondsTillExpiration() from another script (such as a setInterval())?