Suppose I had the following div:
<div id = "master">
"Random Text
<span id = "unknown">...</span>
</div>
If I didn't know the id of the span, how would I modify the "Random Text"
using jQuery?
Note the proposed duplicate's answer is javascript not jQuery.