jQuery.highlightRegex
jQuery.highlightRegex copied to clipboard
jQuery Plugin that lets you highlight document text with a regular expression.
Hello, Is there a way to ignore accents while highlighting ? ex : ```la pâté c'est bon``` I would like to highlight `pâté` when searching for `pate` Thank you !!!
Here you go. Closes #19
Is there any reason for not supporting IE at all(tested in IE8-11)? jsfiddle example: http://jsfiddle.net/madskonradsen/5ZDwC/
No matter what I cannot get to work the arguments to change the default element and class for matched expressions. No matter how I put it together, it defaults to...
Added palette feature so that each match group can be styled differently.