javascript - Wrap HTML around text -


This is not ideal, but I'm trying to wrap some HTML around that title.

Initial Text:

  & lt; Div class = "header-intro-text" & gt; Is it possible to target header text and wrap the HTML around that text? ; & Lt; H1 & gt; New Business Conference & lt; / H1> & Lt; / Div & gt;  

Eliminate text with added HTML

   & Lt; / Div & gt;  

Try:

  $ (". -Intero-Text H1 "). Rampener ('& lt; a href = "#" & gt; & lt; / a & gt;');  

Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -