Highlight text without JQuery
I'm not good at JavaScript and I found a snippet in order to highlight text using JQuery Color. It conflicts with Lightbox2 and I want to convert the snippet to JavaScript. Here's my code: function highlight(elemId){ var elem = $(elemId);…