摘要: 模仿了WP的tile的title和message的切换功能,和一个数字的提示,以及一个拖动的实现脚本代码function WPFn(o){ this.o=o; this.time=2500; this.toggletime=1000; this.scrollmove=false; this.Initialization(); this.Run(); document.onselectstart=new Function ("return false");}WPFn.prototype.Run = function(){ var self = th... 阅读全文
posted @ 2011-12-20 14:33 十年一刻·i 阅读(1199) 评论(2) 推荐(0)