i just want to ask about jQuery. Can jQuery do this:
<h1 id="lorem-ipsum">Hello World!</h1>
to this:
<div id="lorem-ipsum"></div>
<h1>Hello World!</h1>
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 mean like this man: working demo Bit dynamic version: http://jsfiddle.net/QSdqM/ or http://jsfiddle.net/GQzFU/
Hope it helps the cause
:)API: http://api.jquery.com/replaceWith/
code
OR