I am trying to figure out how to add :
<p id="sab-contact-tab"><a href="/contact" class="smcf-link"></a></p>
right after :
<div id="footer">
Here is my code:
jQuery(document).ready(function() {
    var prependHTML = "<p id="sab-contact-tab"><a href="/contact" class="smcf-link"></a></p>";
    jQuery(prependHTML).prepend("#footer");
});
Is this code correct? if not what is the right code?
Thanks,
Michael Sablatura
                        
Should be
or