Thursday, 3 October 2013

#EANF#

#EANF#

I got like;
<p>Hello World</p>
And I want to it to be;
<p>Hello <span>World</span></p>
Is this possible by a javascript function? / or jQuery.
Oh yeah, and the p-element got an ID and the text inside the p-element is
variable but always consists of 2 words. I want a span around the last
word of the text by a javascript function.