首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

转jquery highlight 高亮展示插件

2012-09-21 
转jquery highlight 高亮显示插件调用?做站内搜索的 ,js 实现的 一般都会用到,感觉还不错.hClassSpecifies

转jquery highlight 高亮显示插件
调用?

做站内搜索的 ,js 实现的 一般都会用到,感觉还不错.

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

热点排行