随笔分类 - Javascript
摘要:模仿了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...
阅读全文
摘要:1 (function($){ 2 $.fn.lsMovePanel=function(){ 3 var id=this.attr("id"); 4 var X=Y=0; 5 var offsetX=offsetY=0;//绝对位置 6 var OldIndex=0;///存储原始索引 7 var Temp_Li="<li id=\"Temp_Li\" style=\"background-color:#FFFFFF;border-color:#FF023C\"></li>"; 8 ...
阅读全文
摘要:View Code 1 function lsFloat(id,location,intervalshow){ 2 this.ID=id; 3 this.InnerHTML=""; 4 this.Location=location; 5 this.IntervalShow=intervalshow; 6 this.CloseButton=true; 7 this.Width=0; 8 this.Height=0; 9 this.IE6CalibrationlsTop=6;//校准IE6偏差 10 } 11 //...
阅读全文
浙公网安备 33010602011771号