I'm sure this is something simple, but I can't figure it out.
I have this HTML:
<img src="/7290/9200572193_f95fb66c50_m.jpg" />
Which I need to change to
<img src="/7290/9200572193_f95fb66c50_b.jpg" />
This isn't always the same image, but the _m.jpg
and _b.jpg
are. How can I do this with jQuery?