simple question i think, but cant figure this out
How can I wrap particular text into DIV?
Have this
Price:<strong>£12.30 (Ex VAT)</strong>
And need to have this:
<div>Price:<strong>£12.30 (Ex VAT)</strong></div>
Thanks for your help
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use appendChild method :
Here is the JQuery equvalent of the code above :
Or :