【jquery插件】搜索文本高亮

2010-10-27 08:21

【jquery插件】搜索文本高亮

by

at 2010-10-27 00:21:28

original http://www.css88.com/archives/2484

在页面上搜索某个关键字,使关键词高亮; 高亮样式自己可以重新定义: 例如:span.highlight { color:#F00; font-weight:700} 使用高亮: $(‘#fancy-text’).highLight();//清除高亮 $(‘#fancy-text’).highLight(“mode”);//显示高亮 查看demo:http://www.css88.com/demo/highlight/