This script searches for a word that is taken from the window location. But I'm having problems with it, when a all-capital word is searched. Say the letters ABL are searched, it also counts the word...
The amount of trs will differ and there will be a possibility of two classNames.
I figured out that this was more of an javascript question, so I posted a new thread here that explains better what...
Using string.replace(/(\S)([A-Z])/g,'$1 $2') to put spaces between capital letters only applies to English letters. Is it possible to have it apply also to foreign letters (f.x. È, À, Ö, Á and so on)?
new problem: the things is, I was hoping to use the script multiple times on one page. I've tried to change the names of all the functions and all the vars but haven't been able to get...
The thing is, that I have a template page that displays rows of data from a database. Every other row is white and every other row is gray. So I cannot set the color of which the onmouseout should...
There is actually one more thing. Now that it work I tested it some more and saw one thing wrong. When I search for two words: (test.html?lidtvo=TwoWords), the script counts both words, separate. Is...
The thing is, I don't want to set the color of the onmouseout, I would like it to print the original color (the color that the row had before onmouseover)