實現將頁面選中文字分享到新浪微博 騰訊微博

2021-06-04 14:04:54 字數 607 閱讀 9968

前提要求當前頁面已經呼叫了jquery函式~

//share to miniblog

$('.img_share').css();

var fungetselecttxt=function()else

return txt.tostring();};

$('html,body').mouseup(function(e)

e=e||window.event;

var txt=fungetselecttxt(),sh=window.pageyoffset||document.documentelement.scrolltop||document.body.scrolltop||0,left=(e.clientx-40<0)?e.clientx+20:e.clientx-40,top=(e.clienty-40<0)?e.clienty+sh+20:e.clienty+sh-40;

if(txt));$('#imgqqshare').css();}

else});$('#imgsinashare').click(function()});$('#imgqqshare').click(function()});}();

css禁止選中文字

html selectable text.unselectable text.css noselect webkit touch callout none ios safari webkit user select none chrome safari opera khtml user select...

滑鼠選中文字變色

moz 屬性字首是個火狐瀏覽器用的,而基本的 selection選擇器是給谷歌瀏覽器用的。跟其它css選擇器的用法一樣,你可以巢狀使用,在不同的地方顯示不同的顏色 1 兩種不同的顏色 html head meta charset utf 8 title 新綠天設計部落格 title style ty...

Excel 篩選中文字

大家都知道,中文字元最大的特點就是雙位元組,在excel中同樣如此,因此可以使用公式來區分開中文字元。假設資料在a列。在b1中輸入公式 left a1,lenb a1 len a1 公式往下拉 則可快速得到中文的單元格。其中,excel中,len 函式是返回字元個數,而lenb 函式是返回位元組數,...