天天看點

搜尋關鍵詞高亮,搜尋高亮,關鍵字高亮,highlight

搜尋關鍵詞高亮,搜尋高亮,關鍵字高亮,highlight

jquery.highlight-4.js  下載下傳

基于Jquery,是以使用之前要導入Jquery支援Js

下面為使用方法:

Usage

Add highlight

Download jquery.highlight-4.js (2 KB ) and add it to your page after jQuery. A Closure Compiler compressed version (1 KB ) is also available.

Style the highlight class

Create an entry in your style sheet for the

highlight

class.

.
highlight 
{
 background
-
color
:
 yellow 
}
      

Highlight terms

Call the

highlight

function with the text to highlight. To highlight all occurrances of “bla” (case insensitive) in all

li

elements, use the following code:

$
(
'li'
).
highlight
(
'bla'
);
      

Remove highlighting

The highlight can be removed from any element with the

removeHighlight

function. In this example, all highlights under the element with the ID

highlight-plugin

are removed.

$
(
'#highlight-plugin'
).
removeHighlight
();
      

官網:http://johannburkard.de/blog/programming/javascript/highlight-javascript-text-higlighting-jquery-plugin.html

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>..

蕃薯耀 2012年11月5日 15:51:06 星期一