Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

168
Views
Get then Replace img src of a nested elemetn without id's

I have a HTML structure that we cannot change as it is generated.

I need to look for a specific img src, I need the original src as a val, and also then replace the src with our own custom one.

The structure looks like this:

<span id="edit5_WMFStream">
   <div>
      <img src="...">
   </div>
</span>

I want to look for the span id ending with WMFStream, and I have nothing to id the nested div and then img. Have tried several things but so far can't even get to select the div, letalone the img then src.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

maybe you can use querySelector to ref the image

document.querySelector("#edit5_WMFStream img")
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!