1 | $( '#any.jquery.selector' ).highlightRegex(); |
这将通过<span class='highlight'>包含所有替代#any.jquery.selector的元素。
明确强调,$('#any.jquery.selector').highlightRegex();
如果你想用一种不同的标签和/或类,使用
1 2 3 4 | $( '#jquery.selector' ).highlightRegex( /some ([rR]egex)/,{ tagType: 'strong' , className: 'andHale' }); |
额外的属性,可以设置创建的标签
1 2 3 | $( '#jquery.selector' ).highlightRegex( /some ([rR]egex)/,{ attrs: { 'data-color' : 'blue' } }); |
特别申明:
本站所有资源都是由网友投稿发布,或转载各大下载站,请自行检测软件的完整性!
本站所有资源仅供学习与参考,请勿用于商业用途,否则产生的一切后果将由您自己承担!
如有侵权请联系我们删除下架,联系方式:lei1294551502@163.com