Lets say i have an Image in my html that has no id or class like:
<img title="me" src="something_blabla_nonactive">
and i want it to Change to
<img title="me" src="something_blabla_active">
when the page loads, how do i do that in JS?
Thanks in advance!