Hi!
I have this kind of HTML :
<h1> Text1 Text2 </h1>
I want via jquery to change this HTML in :
<h1> <span>Text1</span> Text2 </h1>
I my head is coming just append and regular expression (maybe you have another ideas ) , unfortunately I don't have experience with "regex" . The "Text1" is changeable .. It should be the first text in "h1" Can somebody help me !
Thanks !