JavaScript: Slideshow (Random) 随机幻灯片

Curs3dZed 的头像

前言 一直很喜欢九把刀官网里页面左上角的幻灯片,也想给自己弄一个。在偷看查看了网页的原码后,发现原来是使用 标签设定一段时间后重载 Iframe ;而随机图片……跟我用作放横幅广告布条的 JavaScript 没太大的不同……有点失望呐。

由于嫌还要写一个 Iframe 太不方便麻烦,于是花了几乎一整天的时间在网上搜索(卻做了更花时间的事),终于…这个所谓的前言快写完了,找到这个……
Share on facebookI found this on web today, a JavaScript slideshow which is simple and do not required external .js file (for my case). And the slideshow can be text, images, links, that is

Posted In