jbr / jQuery.highlightRegex

jQuery Plugin that lets you highlight document text with a regular expression.
http://jbr.github.io/jQuery.highlightRegex
102 stars 22 forks source link

Missing IE support #13

Open madskonradsen opened 10 years ago

madskonradsen commented 10 years ago

Is there any reason for not supporting IE at all(tested in IE8-11)?

jsfiddle example: http://jsfiddle.net/madskonradsen/5ZDwC/

jbr commented 10 years ago

When I originally wrote it I believe it worked on IE but I no longer have a way to test IE or windows. I'll look into setting up an emulator, but I'd also happily accept pull requests for IE compatibility.

madskonradsen commented 10 years ago

I'm on a Mac, so i also rely on VMs( http://modern.ie/en-us/virtualization-tools#downloads ). I just can't figure out why it doesn't work, as it don't throw any errors.

julkue commented 8 years ago

@madskonradsen Check out mark.js, it has IE >= 9 support.