I have an iframecode . There is a [UID] word. I want that word to be replaced with my desired word.
<iframe class="ofrss" src="https://wall.superrewards.com/super/offers?h=asacgrgerger&uid=[UID]" frameborder="0" width="100%" height="550px"></iframe>
I want to pass the UID from jquery .
$("body:contains('UID')").html('15');
But this code doesn't give me the exact thing I want. It's not replacing the UID with 15