html5js实现正计时,在Html5中js怎么设置正计时开始

这个是Html5的一个程序。我从网上拷贝下来的。现在打开后就是别人的计时,请问怎么变成让别人点击后计时再重新开始。然后就一直计时下去,其他人打开时依然是第一次点击时的计时。

这个是代码:

Our Love Story

@font-face {

font-family: digit;

src: url('digital-7_mono.ttf') format("truetype");

}

/**

* We are both Fudan SSers and programmers,

* so I write some code to celebrate our 1st anniversary.

*/

Boy i = new Boy("hackerzhou");

Girl u = new Girl("MaryNee");

// Nov 2, 2010, I told you I love you.

i.love(u);

// Luckily, you accepted and became my girlfriend eversince.

u.accepted();

// Since then, I miss u every day.

i.miss(u);

// And take care of u and our love.

i.takeCareOf(u);

// You say that you won't be so easy to marry me.

// So I keep waiting and I have confidence that you will.

boolean isHesitate = true;

while (isHesitate) {

i.waitFor(u);

// I think it is an important decision

// and you should think it over.

isHesitate = u.thinkOver();

}

// After a romantic wedding, we will live happily ever after.

i.marry(u);

i.liveHappilyWith(u);

Minyue, I have fallen in love with you for

Love u forever and ever.

- hackerzhou

var offsetX = $("#loveHeart").width() / 2;

var offsetY = $("#loveHeart").height() / 2 - 55;

var together = new Date();

together.setFullYear(2010, 10, 2);

together.setHours(20);

together.setMinutes(0);

together.setSeconds(0);

together.setMilliseconds(0);

if (!document.createElement('canvas').getContext) {

var msg = document.createElement("div");

msg.id = "errorMsg";

msg.innerHTML = "Your browser doesn't support HTML5!
Recommend use Chrome 14+/IE 9+/Firefox 7+/Safari 4+";

document.body.appendChild(msg);

$("#code").css("display", "none")

$("#copyright").css("position", "absolute");

$("#copyright").css("bottom", "10px");

document.execCommand("stop");

} else {

setTimeout(function () {

startHeartAnimation();

}, 5000);

timeElapse(together);

setInterval(function () {

timeElapse(together);

}, 500);

adjustCodePosition();

$("#code").typewriter();

}

分享至:

90ed4b13fe016cebd9fe3df2ae3a899b.gif

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值