How can I Remove Place holders with My content (Give me the code plz)
Using jQuery, Please provide code that will remove placeholders:
<div class="class-replace">
<p>
<a href="
http://[SITE].com">[NAME]</a> © [START]-[CURRENT]. All rights
reserved
</p>
</div>
and replace it with content on page load:
<div class="copyright">
<p>
<a href="
http://foobar.com">FOObar</a> © 2011-2013. All rights reserved
</p>
</div>