Change a link's href value based on time
Posted
by justSteve
on Stack Overflow
See other posts from Stack Overflow
or by justSteve
Published on 2010-05-27T11:53:23Z
Indexed on
2010/05/27
12:21 UTC
Read the original article
Hit count: 123
JavaScript
|jQuery
I'm coding a 'Connect to Meeting' page where i would like the link that allows attendees to join our GoToMeeting event to 'become active' 15 minutes prior to the start time.
So the page users visit to see the connection info (meetingID, password) includes the start time of the meeting. I need a button ('Connect To Meeting') to change from inactive to Active when
[Now() < (StartTime()-15minutes)]
.
© Stack Overflow or respective owner