i have a text like this:
<p>Hi this is a text and i wan't to add a class to some words which are here</p>
And I wan't to add class ".red" to this words: "some","here","add", for example. How can I make this with jQuery? The easier the code the best it is.