I have such simple example. I want to replace text in for example add ann.c same way I replace it in add Ann.c. How to do it with jQuery?
Here is how I've done it: $("#tags").val().replace(dictionary[j]['name'].toLowerCase(), dictionary[j]['realvalue']); Sorry for bothering... but any more optimal solutions are much welcome. 
 
     
     
     
     
    