jQuery 关键字高亮插件 - jQuery Highlighter v1.0.0 发布

项目简介

jQuery Highlighter 是一个用来高亮显示文本关键字的 jQuery 插件。

项目主页:http://github.com/XuJinNet/jQuery-Highlighter

在线测试页面:http://xujinnet.github.com/jQuery-Highlighter/jQuery-Highlighter-Test-Page.html

功能特定

  • 支持同时高亮多个关键字
  • 多个关键字之间可以重叠
  • 能够取消高亮关键字

 

Quick Start

  1. Include jQuery and the Highlighter plugin script file in your HTML page:

  2. In your HTML body create a container tag pair that will hold some text.Give it an id or class attribute (e.g. "News-Pagination"). This attribute can used as the selector for jQuery.

  3. Write some text into the previously created container tag, that contain the key words you want to search .
  4. Write the JavaScript code in your HTML head:

  5. Use your favorite browser to view this page, you will see the keywords are marked red.

     

  6. If you want to cancel the highlighted keywords or need to highlight keywords several times within the same container tag:

     

Available Options

The following list describes what options you have for the second argument of the method "highlight" (option object):

hClass
Specifies the CSS class used to highlight key words.
Data Type: String
Default Value: null

 

hColor
Specifies the color used to highlight key words. If you setted the hClass option, this option will be ignored.
Data Type: String
Default Value: "#C03"

 

separator
The symbol used to separate multiple keywords.
Data Type: String
Default Value: " "

 

wrapper
Specifies the HTML tag used to wrap the keywords.
Data Type: String
Default Value: "em"

 

useDefaultStyle
When not set hClass option, specify whether to use the default style to highlight the keywords (eg: use the hColor option).
Data Type: Boolean
Default Value: true

 

needUnhighlight
Specifies whether need the function of cancel the highlighted keywords or highlight keywords several times within the same container tag.
Data Type: Boolean
Default Value: false

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值