I have a variable to the button below that I would like to replace:
<script type="text/javascript">
var btn = window.document.getElementById('btn_fb_1');
</script>
<button id="btn_fb_1" type="button">Log into Somewhere<br />(Joe Doe)</button>
Using the "btn" variable above, how to I replace the entire element with just text like this (notice I need to keep "Joe Doe":
Connected to Somewhere<br />(Joe Doe)