【jquery插件】搜索文本高亮
在页面上搜索某个关键字,使关键词高亮;
高亮样式自己可以重新定义:
例如:span.highlight { color:#F00; font-weight:700}
使用高亮:
$(‘#fancy-text’).highLight();//清除高亮
$(‘#fancy-text’).highLight(“mode”);//显示高亮
查看demo:http://www.css88.com/demo/highlight/
$(‘#fancy-text’).highLight();//清除高亮$(‘#fancy-text’).highLight(“mode”);//显示高亮
本文出自 传播、沟通、分享,转载时请注明出处及相应链接。
本文永久链接: https://www.nickdd.cn/?p=1078