I have this piece of code:
<li class="selected"><a href="/AmIACandidate.html">Am I a Candidate?</a></li>
I need to grab the text “Am I a Candidate?” from inside the tag and move it inside a specific div tag.
<div id="sideNavHeader"> --Copy needs to go here-- </div>
I can copy the whole
Thanks for any help
Tobias Cohen’s selector was much better than mine you should use:
instead of my original code: