I'm trying to select a single word, then apply something to it. Example as below.
<p>Some text here</p>
Is there a way to select the word text, then apply something to it? For example .css() - I know you can select the whole text, then select word number 2, but that's not what I'm trying to do. The word could be many places.