簡單的jquery和css**段突出顯示頁面上的文字以便選擇要複製的文字,也可以將其與搜尋指令碼結合使用以顯示頁面上的匹配項。
注意:僅css3功能(據我所知,也只有firefox和safari)。
::selection
::-moz-selection
或使用文字框:
function selectalltext(textbox)
jquery('#txtinput').click(function() );
from: 查詢文字並高亮
讓我們來看一下如何使用 jquery 去查詢或搜尋一段文字並高亮它。我是 jquery 的忠實粉絲,喜歡它簡介的語法。接下來讓我演示乙個示例 僅使用一行 jquery 便可把搜尋字段進行高亮。divone.this is a looking div divtwo.this is another lo...
查詢文字並高亮
讓我們來看一下如何使用 jquery 去查詢或搜尋一段文字並高亮它。我是 jquery 的忠實粉絲,喜歡它簡介的語法。接下來讓我演示乙個示例 僅使用一行 jquery 便可把搜尋字段進行高亮。divone.this is a looking div divtwo.this is another lo...
網頁高亮顯示文字
function hightlight str,style,fontcolor else if range.findtext else function addevent obj,type,fn addevent window,load function 說明 實現網頁特殊文字高亮顯示的方式有多種,...