Song

Followers

Ah Yun life♥

function disableSelection(target){ if (typeof target.onselectstart!="undefined") //IE route target.onselectstart=function(){return false} else if (typeof target.style.MozUserSelect!="undefined") //Firefox route target.style.MozUserSelect="none" else //All other route (ie: Opera) target.onmousedown=function(){return false} target.style.cursor = "default" } //Sample usages //disableSelection(document.body) //Disable text selection on entire body //disableSelection(document.getElementById("mydiv")) //Disable text selection on element with id="mydiv" disableSelection(document.body) //disable text selection on entire body of page

2010年12月16日星期四

La La La__XD

新开张的Blog XD
久的关去料
还没做好Kor
有点乱哈
不要介意
Follow Me
开张的第一天

没有评论:

发表评论