jquery-highlighttextarea icon indicating copy to clipboard operation
jquery-highlighttextarea copied to clipboard

Results 36 jquery-highlighttextarea issues
Sort by recently updated
recently updated
newest added

Can this application be used to search words for any element within a page or the page in its entirety or does it need to be only a text area?

Is there a way to highlight 2 different selections? Ex: highlight anything that matches Regex1 in blue and anything that matches Regex2 in orange? Both would be in the same...

I am getting an error: Uncaught SyntaxError: Invalid regular expression: words: ['my string here'] here which contains special characters in my string that caused problem of this.

It seems that highlighting with regex doesn't work anymore on the demo page: [http://garysieling.github.io/jquery-highlighttextarea/examples.html](http://garysieling.github.io/jquery-highlighttextarea/examples.html#regex) Tested in modern Chrome and Firefox.

The sample does not work and my own expressions does not work, too. words: ['(\\.*?[\\])']

I would like to be able to have multiple sentences highlighted with different colours in textarea. Is it possible to give different IDs/classes to each sentence so I can edit...

Bonjour, Avec la version 2.0, le code suivant surligne toutes les occurrences de la balise ``` $("#textarea").highlightTextarea({ words: [']*>'], caseSensitive: false }); ``` Depuis la mise à jour en 3.1.3...

I tried to highlight a string inside html code (html source code inside textarea)and it fails. Could you help me fix this issue and be able to highlight strings inside...

------ Check other post below ----- Uncaught ReferenceError: jQuery is not defined at jquery.highlight-within-textarea.js:380 Gives me that error, I downloaded it with npm, included the files like this in my...