Hello all,
I am using
JavaScript text higlighting jQuery plugin http://johannburkard.de/blog/programming/javascript/highlight-javascript-text-higlighting-jquery-plugin.html
It works well for me all the time, except for some symbols:
$("#preview").highlight($(this).val(), { wordsOnly: true, className: 'blacklist'});
if "$(this).val()" equals to either €, $ or £ - highlight plugin doesn't work. Any idea what it could be?