Does jQuery impact a tag before it?

Does jQuery impact a tag before it?

I don't have access to change the title manually and I can't put jQuery before title tag.
can I through Query change the text in title?

See the example code below

<title>hi</title>
jQuery code here
<div>...</div>

Thanks
Bahtimir